summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/where01.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/where01.out
parent3430070058610b6aeab2543bc050bb1cf2e95d0c (diff)
show typechecked source code in .out files & fix local function handling (again)
Diffstat (limited to 'testdata/language-features/basic-values/where01.out')
-rw-r--r--testdata/language-features/basic-values/where01.out27
1 files changed, 24 insertions, 3 deletions
diff --git a/testdata/language-features/basic-values/where01.out b/testdata/language-features/basic-values/where01.out
index 82492897..843b762e 100644
--- a/testdata/language-features/basic-values/where01.out
+++ b/testdata/language-features/basic-values/where01.out
@@ -21,18 +21,39 @@ value9 = _rhs let a = _rhs (); b = _rhs () in a
21value10 = _rhs let a = _rhs (); b = _rhs () in a 21value10 = _rhs let a = _rhs (); b = _rhs () in a
22 22
23value11 = _rhs let a = _rhs (); b = _rhs () in a 23value11 = _rhs let a = _rhs (); b = _rhs () in a
24------------ trace 24------------ core code
25value1 :: () 25value1 :: ()
26value1 = _rhs ()
27
28value10 :: ()
29value10 = _rhs ()
30
31value11 :: ()
32value11 = _rhs ()
33
26value2 :: () 34value2 :: ()
35value2 = _rhs ()
36
27value3 :: () 37value3 :: ()
38value3 = _rhs ()
39
28value4 :: () 40value4 :: ()
41value4 = _rhs ()
42
29value5 :: () 43value5 :: ()
44value5 = _rhs ()
45
30value6 :: () 46value6 :: ()
47value6 = _rhs ()
48
31value7 :: () 49value7 :: ()
50value7 = _rhs ()
51
32value8 :: () 52value8 :: ()
53value8 = _rhs ()
54
33value9 :: () 55value9 :: ()
34value10 :: () 56value9 = _rhs ()
35value11 :: ()
36------------ tooltips 57------------ tooltips
37testdata/language-features/basic-values/where01.lc 1:1-1:7 58testdata/language-features/basic-values/where01.lc 1:1-1:7
38 () 59 ()