summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-list/listcomp05.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-list/listcomp05.out')
-rw-r--r--testdata/language-features/basic-list/listcomp05.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/language-features/basic-list/listcomp05.out b/testdata/language-features/basic-list/listcomp05.out
index 69de4559..b9c7afdb 100644
--- a/testdata/language-features/basic-list/listcomp05.out
+++ b/testdata/language-features/basic-list/listcomp05.out
@@ -1,10 +1,10 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2value 3value
3 = _rhs 4 = _rhs
4 (concatMap 5 (concatMap
5 (\_ (a := _rhs HNil) (b := _rhs ((\(c :: _) -> c) a)) -> b : []) 6 (\_ (a := _rhs HNil) (b := _rhs ((\(c :: _) -> c) a)) -> b : [])
6 (HNil : HNil : [])) 7 (HNil : HNil : []))
7main is not found
8------------ trace 8------------ trace
9value :: [()] 9value :: [()]
10------------ tooltips 10------------ tooltips