summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/list12.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-list/list12.out')
-rw-r--r--testdata/language-features/basic-list/list12.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/language-features/basic-list/list12.out b/testdata/language-features/basic-list/list12.out
index 9e289ae6..e8e480be 100644
--- a/testdata/language-features/basic-list/list12.out
+++ b/testdata/language-features/basic-list/list12.out
@@ -1,6 +1,7 @@
1main is not found 1main is not found
2------------ desugared source code 2------------ desugared source code
3value = _rhs [fromInt 1, fromInt 2, fromInt 3, fromInt 4, fromInt 5] 3value
4 = _lhs value (_rhs [fromInt 1, fromInt 2, fromInt 3, fromInt 4, fromInt 5])
4------------ core code 5------------ core code
5value :: forall a . Num a => [a] 6value :: forall a . Num a => [a]
6value 7value