summaryrefslogtreecommitdiff
path: root/testdata/where.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/where.out
parent3430070058610b6aeab2543bc050bb1cf2e95d0c (diff)
show typechecked source code in .out files & fix local function handling (again)
Diffstat (limited to 'testdata/where.out')
-rw-r--r--testdata/where.out3
1 files changed, 2 insertions, 1 deletions
diff --git a/testdata/where.out b/testdata/where.out
index 35e08403..1c329429 100644
--- a/testdata/where.out
+++ b/testdata/where.out
@@ -1,8 +1,9 @@
1main is not found 1main is not found
2------------ desugared source code 2------------ desugared source code
3f = _rhs let a = _rhs let c = _rhs 1.0 in c; b = _rhs 1.0 in b 3f = _rhs let a = _rhs let c = _rhs 1.0 in c; b = _rhs 1.0 in b
4------------ trace 4------------ core code
5f :: Float 5f :: Float
6f = _rhs 1.0
6------------ tooltips 7------------ tooltips
7testdata/where.lc 3:1-3:2 8testdata/where.lc 3:1-3:2
8 Float 9 Float