summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list02.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-list/list02.out')
-rw-r--r--testdata/language-features/basic-list/list02.out4
1 files changed, 3 insertions, 1 deletions
diff --git a/testdata/language-features/basic-list/list02.out b/testdata/language-features/basic-list/list02.out
index dec74991..6101a1fa 100644
--- a/testdata/language-features/basic-list/list02.out
+++ b/testdata/language-features/basic-list/list02.out
@@ -1,8 +1,10 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2value1 = _rhs [] 3value1 = _rhs []
4
3value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : []) 5value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : [])
6
4value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : []) 7value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : [])
5main is not found
6------------ trace 8------------ trace
7value1 :: forall a . [a] 9value1 :: forall a . [a]
8value2 :: forall a . Num a => [a] 10value2 :: forall a . Num a => [a]