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.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/language-features/basic-list/list02.out b/testdata/language-features/basic-list/list02.out
index 74e7428a..66445671 100644
--- a/testdata/language-features/basic-list/list02.out
+++ b/testdata/language-features/basic-list/list02.out
@@ -1,7 +1,7 @@
1------------ desugared source code 1------------ desugared source code
2value1 = _rhs Nil 2value1 = _rhs []
3value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : Nil) 3value2 = _rhs (fromInt 1 : fromInt 2 : fromInt 3 : fromInt 4 : [])
4value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : Nil) 4value3 = _rhs ('h' : 'e' : 'l' : 'l' : 'o' : [])
5main is not found 5main is not found
6------------ trace 6------------ trace
7value1 :: forall a . List a 7value1 :: forall a . List a