summaryrefslogtreecommitdiff
path: root/testdata/language-features/section/section01.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/section/section01.out')
-rw-r--r--testdata/language-features/section/section01.out36
1 files changed, 23 insertions, 13 deletions
diff --git a/testdata/language-features/section/section01.out b/testdata/language-features/section/section01.out
index 86a78f54..0c51e14e 100644
--- a/testdata/language-features/section/section01.out
+++ b/testdata/language-features/section/section01.out
@@ -4,17 +4,27 @@ value1 = \(a :: _) -> _rhs \(b :: _) -> a !@! b
4value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a 4value2 = \(a :: _) -> _rhs \(b :: _) -> b !@! a
5main is not found 5main is not found
6------------ trace 6------------ trace
7!@! :: forall a b . a -> b -> () 7!@! :: forall a b . a -> b -> ()
8value1 :: forall a b . a -> b -> () 8value1 :: forall a b . a -> b -> ()
9value2 :: forall a b . a -> b -> () 9value2 :: forall a b . a -> b -> ()
10------------ tooltips 10------------ tooltips
11testdata/language-features/section/section01.lc 1:3-1:6 forall a b . a -> b -> () 11testdata/language-features/section/section01.lc 1:3-1:6
12testdata/language-features/section/section01.lc 1:11-1:13 () 12 forall a b . a -> b -> ()
13testdata/language-features/section/section01.lc 3:1-3:7 forall a b . a -> b -> () 13testdata/language-features/section/section01.lc 1:11-1:13
14testdata/language-features/section/section01.lc 3:13-3:14 _f 14 ()
15testdata/language-features/section/section01.lc 3:13-3:18 _a -> () 15testdata/language-features/section/section01.lc 3:1-3:7
16testdata/language-features/section/section01.lc 3:15-3:18 forall a b . a -> b -> () 16 forall a b . a -> b -> ()
17testdata/language-features/section/section01.lc 5:1-5:7 forall a b . a -> b -> () 17testdata/language-features/section/section01.lc 3:13-3:14
18testdata/language-features/section/section01.lc 5:13-5:16 forall a b . a -> b -> () 18 _f
19testdata/language-features/section/section01.lc 5:13-5:18 () 19testdata/language-features/section/section01.lc 3:13-3:18
20testdata/language-features/section/section01.lc 5:17-5:18 _e 20 _a -> ()
21testdata/language-features/section/section01.lc 3:15-3:18
22 forall a b . a -> b -> ()
23testdata/language-features/section/section01.lc 5:1-5:7
24 forall a b . a -> b -> ()
25testdata/language-features/section/section01.lc 5:13-5:16
26 forall a b . a -> b -> ()
27testdata/language-features/section/section01.lc 5:13-5:18
28 ()
29testdata/language-features/section/section01.lc 5:17-5:18
30 _e \ No newline at end of file