summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig03.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/typesig03.out')
-rw-r--r--testdata/language-features/basic-values/typesig03.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/language-features/basic-values/typesig03.out b/testdata/language-features/basic-values/typesig03.out
index 8a2f8bbb..c0f5769f 100644
--- a/testdata/language-features/basic-values/typesig03.out
+++ b/testdata/language-features/basic-values/typesig03.out
@@ -1,9 +1,10 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2fun1 :: forall (a :: _) (b :: _) (c :: _) . a -> b -> c -> HList '[] 3fun1 :: forall (a :: _) (b :: _) (c :: _) . a -> b -> c -> HList '[]
3fun1 = \_ _ _ -> _rhs HNil 4fun1 = \_ _ _ -> _rhs HNil
5
4fun2 :: forall (a :: _) (b :: _) (c :: _) . a -> b -> c -> HList '[] 6fun2 :: forall (a :: _) (b :: _) (c :: _) . a -> b -> c -> HList '[]
5fun2 = \_ _ _ -> _rhs HNil 7fun2 = \_ _ _ -> _rhs HNil
6main is not found
7------------ trace 8------------ trace
8fun1 :: forall a b c . a -> b -> c -> () 9fun1 :: forall a b c . a -> b -> c -> ()
9fun2 :: forall a b c . a -> b -> c -> () 10fun2 :: forall a b c . a -> b -> c -> ()