summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/infix02.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/infix02.out')
-rw-r--r--testdata/language-features/basic-values/infix02.out16
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/language-features/basic-values/infix02.out b/testdata/language-features/basic-values/infix02.out
index 60daa154..e76f7e19 100644
--- a/testdata/language-features/basic-values/infix02.out
+++ b/testdata/language-features/basic-values/infix02.out
@@ -10,19 +10,19 @@ fun = \a b c _ _ _ -> _rhs ()
10value :: forall a b c . a -> b -> c -> () 10value :: forall a b c . a -> b -> c -> ()
11value = \a b c d e -> _rhs (fun d e) 11value = \a b c d e -> _rhs (fun d e)
12------------ tooltips 12------------ tooltips
13infix02.lc 1:1-1:4 131:1-1:4
14 forall a b c . a -> b -> c -> () 14 forall a b c . a -> b -> c -> ()
15infix02.lc 1:13-1:15 151:13-1:15
16 () 16 ()
17infix02.lc 3:1-3:6 173:1-3:6
18 forall a b c . a -> b -> c -> () 18 forall a b c . a -> b -> c -> ()
19infix02.lc 3:13-3:14 193:13-3:14
20 _g 20 _g
21infix02.lc 3:13-3:20 213:13-3:20
22 _b -> _a -> () 22 _b -> _a -> ()
23infix02.lc 3:13-3:22 233:13-3:22
24 _a -> () 24 _a -> ()
25infix02.lc 3:15-3:20 253:15-3:20
26 forall a b c . a -> b -> c -> () 26 forall a b c . a -> b -> c -> ()
27infix02.lc 3:21-3:22 273:21-3:22
28 _d \ No newline at end of file 28 _d \ No newline at end of file