summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig02.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/typesig02.out
parentfa47957b930c53d78d2da0bcb948e2fbff11f59d (diff)
refactoring
Diffstat (limited to 'testdata/language-features/basic-values/typesig02.out')
-rw-r--r--testdata/language-features/basic-values/typesig02.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/language-features/basic-values/typesig02.out b/testdata/language-features/basic-values/typesig02.out
index cfd8e29d..a685db82 100644
--- a/testdata/language-features/basic-values/typesig02.out
+++ b/testdata/language-features/basic-values/typesig02.out
@@ -1,7 +1,8 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2value1 = _rhs ('a' :: Char) 3value1 = _rhs ('a' :: Char)
4
3value2 = _rhs ('a' :: Char) 5value2 = _rhs ('a' :: Char)
4main is not found
5------------ trace 6------------ trace
6value1 :: Char 7value1 :: Char
7value2 :: Char 8value2 :: Char