summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig04.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-01 19:13:34 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-01 19:13:34 +0200
commit90e336391673ac1cf9ff582e98e35faf89a8f09d (patch)
tree0b7a14dbfc5734c07c2ae4ed34cb679fecd10d3f /testdata/language-features/basic-values/typesig04.out
parent1a7544763729938e7009ead1e375e9bbf413afb0 (diff)
improve pretty print layout & show desugared source code in .out files
Diffstat (limited to 'testdata/language-features/basic-values/typesig04.out')
-rw-r--r--testdata/language-features/basic-values/typesig04.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/language-features/basic-values/typesig04.out b/testdata/language-features/basic-values/typesig04.out
index 3059a3ac..e6fbc596 100644
--- a/testdata/language-features/basic-values/typesig04.out
+++ b/testdata/language-features/basic-values/typesig04.out
@@ -1,3 +1,10 @@
1------------ desugared source code
2fun1
3 = (\_ -> \_ -> _rhs HNil)
4 :: forall (a :: _) (b :: _) (c :: _) . a -> (b -> c) -> HList 'Nil
5fun2
6 = (\_ -> \_ -> _rhs HNil)
7 :: forall (a :: _) (b :: _) (c :: _) . a -> (b -> c) -> HList 'Nil
1main is not found 8main is not found
2------------ trace 9------------ trace
3fun1 :: forall a b c . a -> (b -> c) -> () 10fun1 :: forall a b c . a -> (b -> c) -> ()