summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/lambda03.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/lambda03.out')
-rw-r--r--testdata/language-features/basic-values/lambda03.out16
1 files changed, 10 insertions, 6 deletions
diff --git a/testdata/language-features/basic-values/lambda03.out b/testdata/language-features/basic-values/lambda03.out
index 33988c84..990af1ad 100644
--- a/testdata/language-features/basic-values/lambda03.out
+++ b/testdata/language-features/basic-values/lambda03.out
@@ -3,10 +3,14 @@ fun1 = _rhs \_ (a :: _) -> \_ -> a
3fun2 = \(a :: _) -> _rhs \_ -> \_ -> \_ -> a 3fun2 = \(a :: _) -> _rhs \_ -> \_ -> \_ -> a
4main is not found 4main is not found
5------------ trace 5------------ trace
6fun1 :: forall a b c . a -> b -> c -> b 6fun1 :: forall a b c . a -> b -> c -> b
7fun2 :: forall a b c d . a -> b -> c -> d -> a 7fun2 :: forall a b c d . a -> b -> c -> d -> a
8------------ tooltips 8------------ tooltips
9testdata/language-features/basic-values/lambda03.lc 1:1-1:5 forall a b c . a -> b -> c -> b 9testdata/language-features/basic-values/lambda03.lc 1:1-1:5
10testdata/language-features/basic-values/lambda03.lc 1:22-1:23 _d 10 forall a b c . a -> b -> c -> b
11testdata/language-features/basic-values/lambda03.lc 2:1-2:5 forall a b c d . a -> b -> c -> d -> a 11testdata/language-features/basic-values/lambda03.lc 1:22-1:23
12testdata/language-features/basic-values/lambda03.lc 2:25-2:26 _h 12 _d
13testdata/language-features/basic-values/lambda03.lc 2:1-2:5
14 forall a b c d . a -> b -> c -> d -> a
15testdata/language-features/basic-values/lambda03.lc 2:25-2:26
16 _h \ No newline at end of file