summaryrefslogtreecommitdiff
path: root/testdata/ambig.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-18 18:34:47 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-19 02:50:09 +0100
commit998ae8f884f4b1d4e092ebdf3a441b97b2cf05b7 (patch)
tree6ced17ee38fa78de69b05c8765288ecabe52fb6e /testdata/ambig.out
parent27c8f3aeb2d13da0bec522ee8a8a98f534fa39e8 (diff)
tuples are heterogeneous lists
Diffstat (limited to 'testdata/ambig.out')
-rw-r--r--testdata/ambig.out32
1 files changed, 11 insertions, 21 deletions
diff --git a/testdata/ambig.out b/testdata/ambig.out
index f0593a3b..c57a8352 100644
--- a/testdata/ambig.out
+++ b/testdata/ambig.out
@@ -1,24 +1,14 @@
1main is not found 1main is not found
2------------ trace 2------------ trace
3'Tuple2 :: Type -> Type->Type 3h :: {a} -> {b} -> {c} -> {d} -> (b -> d->c) -> (b, d) -> a->c
4Tuple2 :: {a} -> {b} -> a -> b -> 'Tuple2 a b
5'Tuple2Case :: {a} -> {b} -> (d : 'Tuple2 a b -> Type) -> (e:a -> f:b -> d (Tuple2 e f)) -> (h : 'Tuple2 a b) -> d h
6match'Tuple2 :: (b : Type->Type) -> (c:Type -> d:Type -> b ('Tuple2 c d)) -> f:Type -> b f -> b f
7h :: {a} -> {b} -> {c} -> {d} -> (b -> c->d) -> 'Tuple2 b c -> a->d
8------------ tooltips 4------------ tooltips
9testdata/ambig.lc 3:6-3:12 Type | Type -> Type->Type 5testdata/ambig.lc 4:1-4:2 {a} -> {b} -> {c} -> {d} -> (b -> d->c) -> (b, d) -> a->c
10testdata/ambig.lc 3:6-3:25 Type 6testdata/ambig.lc 4:11-4:12 V2
11testdata/ambig.lc 3:6-3:29 Type 7testdata/ambig.lc 7:9-7:29 V1
12testdata/ambig.lc 3:19-3:25 Tuple2 V4 V3 | Type | {a} -> {b} -> a -> b -> Tuple2 a b 8testdata/ambig.lc 7:12-7:16 V4
13testdata/ambig.lc 3:26-3:27 Type 9testdata/ambig.lc 7:12-7:26 V1
14testdata/ambig.lc 3:28-3:29 Type 10testdata/ambig.lc 7:21-7:22 V18
15testdata/ambig.lc 5:1-5:2 {a} -> {b} -> {c} -> {d} -> (b -> c->d) -> Tuple2 b c -> a->d 11testdata/ambig.lc 7:21-7:26 HList V2 -> V2 | V2 | V2 -> HList V2 -> V2 | V3
16testdata/ambig.lc 5:11-5:12 V1 12testdata/ambig.lc 7:23-7:24 V13
17testdata/ambig.lc 8:9-8:29 V0 13testdata/ambig.lc 7:25-7:26 V9
18testdata/ambig.lc 8:12-8:16 V4 14testdata/ambig.lc 7:28-7:29 V6
19testdata/ambig.lc 8:12-8:26 V0
20testdata/ambig.lc 8:21-8:22 V12
21testdata/ambig.lc 8:21-8:26 V2 -> V2->V2 | V2->V2
22testdata/ambig.lc 8:23-8:24 V7
23testdata/ambig.lc 8:25-8:26 V7
24testdata/ambig.lc 8:28-8:29 V6