summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig02.out
diff options
context:
space:
mode:
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