summaryrefslogtreecommitdiff
path: root/testdata/typeclass.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-15 15:58:16 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-15 16:13:39 +0100
commit3db0b64a6f3e28ae6cc351e6c84290d4db905fa7 (patch)
tree91cfd4aa41e5c827d03956458aba8858a1ef245d /testdata/typeclass.out
parente2f4415e606cd7c1c2b6ca986c68f6f956bf1a6e (diff)
put trace info in .out files
Diffstat (limited to 'testdata/typeclass.out')
-rw-r--r--testdata/typeclass.out7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/typeclass.out b/testdata/typeclass.out
index 7f040fee..5f036c40 100644
--- a/testdata/typeclass.out
+++ b/testdata/typeclass.out
@@ -1,4 +1,11 @@
1main is not found 1main is not found
2------------ trace
3not :: 'Bool->'Bool
4&& :: 'Bool -> 'Bool->'Bool
5|| :: 'Bool -> 'Bool->'Bool
6'Eq :: Type->Type
7== :: {a} -> {b : 'Eq a} -> a -> a->'Bool
8/= :: {a} -> {b : 'Eq a} -> a -> a->'Bool
2------------ tooltips 9------------ tooltips
3testdata/typeclass.lc 8:1-8:4 Bool->Bool 10testdata/typeclass.lc 8:1-8:4 Bool->Bool
4testdata/typeclass.lc 8:5-8:9 V1 11testdata/typeclass.lc 8:5-8:9 V1