summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/operator01.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/operator01.out')
-rw-r--r--testdata/language-features/basic-values/operator01.out5
1 files changed, 4 insertions, 1 deletions
diff --git a/testdata/language-features/basic-values/operator01.out b/testdata/language-features/basic-values/operator01.out
index b6848082..df8d10ac 100644
--- a/testdata/language-features/basic-values/operator01.out
+++ b/testdata/language-features/basic-values/operator01.out
@@ -1,9 +1,12 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2(#$#) = \_ _ -> _rhs HNil 3(#$#) = \_ _ -> _rhs HNil
4
3($$#) = \_ _ -> _rhs HNil 5($$#) = \_ _ -> _rhs HNil
6
4($$$#) = \_ _ -> _rhs HNil 7($$$#) = \_ _ -> _rhs HNil
8
5($$$) = \_ _ -> _rhs HNil 9($$$) = \_ _ -> _rhs HNil
6main is not found
7------------ trace 10------------ trace
8(#$#) :: forall a b . a -> b -> () 11(#$#) :: forall a b . a -> b -> ()
9($$#) :: forall a b . a -> b -> () 12($$#) :: forall a b . a -> b -> ()