summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig03.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-03 16:40:30 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-03 16:40:30 +0200
commitf468a49a43193caffe92cdd48a52a699880e14ef (patch)
tree255c8b454e9a75d05397468b849b8f5b032a878a /testdata/language-features/basic-values/typesig03.out
parentfa47957b930c53d78d2da0bcb948e2fbff11f59d (diff)
refactoring
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 -> ()