summaryrefslogtreecommitdiff
path: root/testdata/typeclass.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
commit67fd4cabceda047750c19e9bef98e0c25c6ed7dd (patch)
treee64ac6cd1de2583e13f386421b952f32ffb8f955 /testdata/typeclass.out
parent56f6e4fb7b8c0fc6545843d467412fbfa8acb277 (diff)
switch to Haskell style syntax in pretty print
Diffstat (limited to 'testdata/typeclass.out')
-rw-r--r--testdata/typeclass.out50
1 files changed, 25 insertions, 25 deletions
diff --git a/testdata/typeclass.out b/testdata/typeclass.out
index c325cfed..1d5b48d0 100644
--- a/testdata/typeclass.out
+++ b/testdata/typeclass.out
@@ -1,42 +1,42 @@
1main is not found 1main is not found
2------------ trace 2------------ trace
3not :: 'Bool->'Bool 3not :: 'Bool -> 'Bool
4&& :: 'Bool -> 'Bool->'Bool 4&& :: 'Bool -> 'Bool -> 'Bool
5|| :: 'Bool -> 'Bool->'Bool 5|| :: 'Bool -> 'Bool -> 'Bool
6'Eq :: Type->Type 6'Eq :: Type -> Type
7== :: {a} -> {_ : 'Eq a} -> a -> a->'Bool 7== :: forall a . 'Eq a => a -> a -> 'Bool
8/= :: {a} -> {_ : 'Eq a} -> a -> a->'Bool 8/= :: forall a . 'Eq a => a -> a -> 'Bool
9------------ tooltips 9------------ tooltips
10testdata/typeclass.lc 8:1-8:4 Bool->Bool 10testdata/typeclass.lc 8:1-8:4 Bool -> Bool
11testdata/typeclass.lc 8:12-8:17 Bool 11testdata/typeclass.lc 8:12-8:17 Bool
12testdata/typeclass.lc 8:12-9:17 Bool->Bool 12testdata/typeclass.lc 8:12-9:17 Bool -> Bool
13testdata/typeclass.lc 9:13-9:17 Bool 13testdata/typeclass.lc 9:13-9:17 Bool
14testdata/typeclass.lc 11:6-11:8 Bool -> Bool->Bool 14testdata/typeclass.lc 11:6-11:8 Bool -> Bool -> Bool
15testdata/typeclass.lc 11:13-11:14 b_ 15testdata/typeclass.lc 11:13-11:14 _b
16testdata/typeclass.lc 11:13-12:19 Bool->Bool 16testdata/typeclass.lc 11:13-12:19 Bool -> Bool
17testdata/typeclass.lc 12:14-12:19 Bool 17testdata/typeclass.lc 12:14-12:19 Bool
18testdata/typeclass.lc 14:7-14:9 Bool -> Bool->Bool 18testdata/typeclass.lc 14:7-14:9 Bool -> Bool -> Bool
19testdata/typeclass.lc 14:14-14:15 c_ 19testdata/typeclass.lc 14:14-14:15 _c
20testdata/typeclass.lc 14:14-15:17 Bool->Bool 20testdata/typeclass.lc 14:14-15:17 Bool -> Bool
21testdata/typeclass.lc 15:13-15:17 Bool 21testdata/typeclass.lc 15:13-15:17 Bool
22testdata/typeclass.lc 17:7-17:9 Type->Type 22testdata/typeclass.lc 17:7-17:9 Type -> Type
23testdata/typeclass.lc 17:7-18:27 Type 23testdata/typeclass.lc 17:7-18:27 Type
24testdata/typeclass.lc 18:6-18:8 {a} -> {_ : Eq a} -> a -> a->Bool 24testdata/typeclass.lc 18:6-18:8 forall a . Eq a => a -> a -> Bool
25testdata/typeclass.lc 18:13-18:14 Type 25testdata/typeclass.lc 18:13-18:14 Type
26testdata/typeclass.lc 18:13-18:27 Type 26testdata/typeclass.lc 18:13-18:27 Type
27testdata/typeclass.lc 18:18-18:19 Type 27testdata/typeclass.lc 18:18-18:19 Type
28testdata/typeclass.lc 18:18-18:27 Type 28testdata/typeclass.lc 18:18-18:27 Type
29testdata/typeclass.lc 18:23-18:27 Type 29testdata/typeclass.lc 18:23-18:27 Type
30testdata/typeclass.lc 20:3-20:5 {a} -> {_ : Eq a} -> a -> a->Bool 30testdata/typeclass.lc 20:3-20:5 forall a . Eq a => a -> a -> Bool
31testdata/typeclass.lc 20:10-20:13 Bool->Bool 31testdata/typeclass.lc 20:10-20:13 Bool -> Bool
32testdata/typeclass.lc 20:10-20:22 Bool 32testdata/typeclass.lc 20:10-20:22 Bool
33testdata/typeclass.lc 20:15-20:16 f_ 33testdata/typeclass.lc 20:15-20:16 _f
34testdata/typeclass.lc 20:15-20:19 e_->Bool 34testdata/typeclass.lc 20:15-20:19 _e -> Bool
35testdata/typeclass.lc 20:15-20:21 Bool 35testdata/typeclass.lc 20:15-20:21 Bool
36testdata/typeclass.lc 20:17-20:19 {a} -> {_ : Eq a} -> a -> a->Bool 36testdata/typeclass.lc 20:17-20:19 forall a . Eq a => a -> a -> Bool
37testdata/typeclass.lc 20:20-20:21 c_ 37testdata/typeclass.lc 20:20-20:21 _c
38testdata/typeclass.lc 23:17-23:18 Bool 38testdata/typeclass.lc 23:17-23:18 Bool
39testdata/typeclass.lc 23:17-24:23 Bool->Bool | {_ : Eq a_} -> a_ -> a_->Bool | {a} -> {_ : Eq a} -> a -> a->Bool 39testdata/typeclass.lc 23:17-24:23 Bool -> Bool | Eq _a => _a -> _a -> Bool | forall a . Eq a => a -> a -> Bool
40testdata/typeclass.lc 24:18-24:21 Bool->Bool 40testdata/typeclass.lc 24:18-24:21 Bool -> Bool
41testdata/typeclass.lc 24:18-24:23 Bool 41testdata/typeclass.lc 24:18-24:23 Bool
42testdata/typeclass.lc 24:22-24:23 b_ 42testdata/typeclass.lc 24:22-24:23 _b