summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/let02.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-06 12:29:36 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-06 12:29:36 +0200
commitd353a29bb93d3105a763465300b28250117c3f40 (patch)
tree1517e23109d5e3c266b634b3c7af4dd4ca29e4d7 /testdata/language-features/basic-values/let02.out
parent3430070058610b6aeab2543bc050bb1cf2e95d0c (diff)
show typechecked source code in .out files & fix local function handling (again)
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 ()