summaryrefslogtreecommitdiff
path: root/testdata/language-features/recursion/simplerec02.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/recursion/simplerec02.out')
-rw-r--r--testdata/language-features/recursion/simplerec02.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/language-features/recursion/simplerec02.out b/testdata/language-features/recursion/simplerec02.out
index 7f24ea1c..c0d26e86 100644
--- a/testdata/language-features/recursion/simplerec02.out
+++ b/testdata/language-features/recursion/simplerec02.out
@@ -1,3 +1,4 @@
1main is not found
1------------ desugared source code 2------------ desugared source code
2value 3value
3 = _rhs 4 = _rhs
@@ -8,7 +9,6 @@ value
8 (_rhs (b (fromInt 0))) 9 (_rhs (b (fromInt 0)))
9 (_rhs 'a') 10 (_rhs 'a')
10 (fromInt 0 == c)) -> HNil 11 (fromInt 0 == c)) -> HNil
11main is not found
12------------ trace 12------------ trace
13value :: () 13value :: ()
14------------ tooltips 14------------ tooltips