summaryrefslogtreecommitdiff
path: root/testdata/typeclass.out
diff options
context:
space:
mode:
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