summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/let02.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/let02.out')
-rw-r--r--testdata/language-features/basic-values/let02.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/language-features/basic-values/let02.out b/testdata/language-features/basic-values/let02.out
index 6624f824..4ca11163 100644
--- a/testdata/language-features/basic-values/let02.out
+++ b/testdata/language-features/basic-values/let02.out
@@ -7,8 +7,9 @@ value
7 b = _rhs let d = _rhs 'A' in (); 7 b = _rhs let d = _rhs 'A' in ();
8 c = _rhs let e = _rhs (); f = _rhs (fromInt 1); g = _rhs "hello" in 'B' 8 c = _rhs let e = _rhs (); f = _rhs (fromInt 1); g = _rhs "hello" in 'B'
9 in () 9 in ()
10------------ trace 10------------ core code
11value :: () 11value :: ()
12value = _rhs ()
12------------ tooltips 13------------ tooltips
13testdata/language-features/basic-values/let02.lc 1:1-1:6 14testdata/language-features/basic-values/let02.lc 1:1-1:6
14 () 15 ()