summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig04.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/language-features/basic-values/typesig04.out
parent27c8f3aeb2d13da0bec522ee8a8a98f534fa39e8 (diff)
tuples are heterogeneous lists
Diffstat (limited to 'testdata/language-features/basic-values/typesig04.out')
-rw-r--r--testdata/language-features/basic-values/typesig04.out12
1 files changed, 6 insertions, 6 deletions
diff --git a/testdata/language-features/basic-values/typesig04.out b/testdata/language-features/basic-values/typesig04.out
index d497b9e3..dafe7490 100644
--- a/testdata/language-features/basic-values/typesig04.out
+++ b/testdata/language-features/basic-values/typesig04.out
@@ -1,7 +1,7 @@
1main is not found 1main is not found
2------------ trace 2------------ trace
3fun1 :: {a} -> {b} -> {c} -> a -> b->c -> 'Tuple0 3fun1 :: {a} -> {b} -> {c} -> a -> b->c -> ()
4fun2 :: {a} -> {b} -> {c} -> a -> b->c -> 'Tuple0 4fun2 :: {a} -> {b} -> {c} -> a -> b->c -> ()
5------------ tooltips 5------------ tooltips
6testdata/language-features/basic-values/typesig04.lc 1:9-1:10 V5 6testdata/language-features/basic-values/typesig04.lc 1:9-1:10 V5
7testdata/language-features/basic-values/typesig04.lc 1:9-1:28 Type 7testdata/language-features/basic-values/typesig04.lc 1:9-1:28 Type
@@ -9,13 +9,13 @@ testdata/language-features/basic-values/typesig04.lc 1:14-1:28 Type
9testdata/language-features/basic-values/typesig04.lc 1:15-1:16 V4 9testdata/language-features/basic-values/typesig04.lc 1:15-1:16 V4
10testdata/language-features/basic-values/typesig04.lc 1:20-1:21 Type | V3 10testdata/language-features/basic-values/typesig04.lc 1:20-1:21 Type | V3
11testdata/language-features/basic-values/typesig04.lc 1:26-1:28 Type 11testdata/language-features/basic-values/typesig04.lc 1:26-1:28 Type
12testdata/language-features/basic-values/typesig04.lc 2:1-2:5 {a} -> {b} -> {c} -> a -> b->c -> Tuple0 12testdata/language-features/basic-values/typesig04.lc 2:1-2:5 {a} -> {b} -> {c} -> a -> b->c -> ()
13testdata/language-features/basic-values/typesig04.lc 2:12-2:14 Tuple0 | V2 -> V2->V2 -> Tuple0 | V2->V2 -> Tuple0 13testdata/language-features/basic-values/typesig04.lc 2:12-2:14 () | V2 -> V2->V2 -> () | V2->V2 -> ()
14testdata/language-features/basic-values/typesig04.lc 4:7-4:8 V5 14testdata/language-features/basic-values/typesig04.lc 4:7-4:8 V5
15testdata/language-features/basic-values/typesig04.lc 4:7-4:20 Type 15testdata/language-features/basic-values/typesig04.lc 4:7-4:20 Type
16testdata/language-features/basic-values/typesig04.lc 4:10-4:20 Type 16testdata/language-features/basic-values/typesig04.lc 4:10-4:20 Type
17testdata/language-features/basic-values/typesig04.lc 4:11-4:12 V4 17testdata/language-features/basic-values/typesig04.lc 4:11-4:12 V4
18testdata/language-features/basic-values/typesig04.lc 4:14-4:15 Type | V3 18testdata/language-features/basic-values/typesig04.lc 4:14-4:15 Type | V3
19testdata/language-features/basic-values/typesig04.lc 4:18-4:20 Type 19testdata/language-features/basic-values/typesig04.lc 4:18-4:20 Type
20testdata/language-features/basic-values/typesig04.lc 5:1-5:5 {a} -> {b} -> {c} -> a -> b->c -> Tuple0 20testdata/language-features/basic-values/typesig04.lc 5:1-5:5 {a} -> {b} -> {c} -> a -> b->c -> ()
21testdata/language-features/basic-values/typesig04.lc 5:12-5:14 Tuple0 | V2 -> V2->V2 -> Tuple0 | V2->V2 -> Tuple0 21testdata/language-features/basic-values/typesig04.lc 5:12-5:14 () | V2 -> V2->V2 -> () | V2->V2 -> ()