summaryrefslogtreecommitdiff
path: root/testdata/data.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 00:55:25 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 00:55:25 +0200
commit08faa2226162892a8f055fa3cb5d8547a3f90bf5 (patch)
treedf5b1693524bbfdb881856a23d0d4c5851ddbf7c /testdata/data.out
parent4f17b186afdd0b076d3efc06fe844e1f547b805a (diff)
always show parens
Diffstat (limited to 'testdata/data.out')
-rw-r--r--testdata/data.out16
1 files changed, 8 insertions, 8 deletions
diff --git a/testdata/data.out b/testdata/data.out
index 4613e04f..1dddf3f4 100644
--- a/testdata/data.out
+++ b/testdata/data.out
@@ -2,27 +2,27 @@ main is not found
2------------ trace 2------------ trace
3'Data0 :: Type 3'Data0 :: Type
4Data0 :: 'Data0 4Data0 :: 'Data0
5'Data0Case :: (a : 'Data0->Type) -> a Data0 -> b:'Data0 -> a b 5'Data0Case :: (a : 'Data0->Type) -> a Data0 -> (b:'Data0) -> a b
6match'Data0 :: (a : Type->Type) -> a 'Data0 -> b:Type -> a b -> a b 6match'Data0 :: (a : Type->Type) -> a 'Data0 -> (b:Type) -> a b -> a b
7'Data1 :: Type -> Type -> Type->Type 7'Data1 :: Type -> Type -> Type->Type
8Data1 :: {a} -> {b} -> {c} -> a -> b -> c -> 'Data1 a b c 8Data1 :: {a} -> {b} -> {c} -> a -> b -> c -> 'Data1 a b c
9'Data1Case :: {a} -> {b} -> {c} -> (d : 'Data1 a b c -> Type) -> (e:a -> f:b -> g:c -> d (Data1 e f g)) -> (h : 'Data1 a b c) -> d h 9'Data1Case :: {a} -> {b} -> {c} -> (d : 'Data1 a b c -> Type) -> ((e:a) -> (f:b) -> (g:c) -> d (Data1 e f g)) -> (h : 'Data1 a b c) -> d h
10match'Data1 :: (a : Type->Type) -> (b:Type -> c:Type -> d:Type -> a ('Data1 b c d)) -> e:Type -> a e -> a e 10match'Data1 :: (a : Type->Type) -> ((b:Type) -> (c:Type) -> (d:Type) -> a ('Data1 b c d)) -> (e:Type) -> a e -> a e
11'Data2 :: Type 11'Data2 :: Type
12Data21 :: 'Int->'Data2 12Data21 :: 'Int->'Data2
13Data22 :: 'Int -> 'Int->'Data2 13Data22 :: 'Int -> 'Int->'Data2
14Data23 :: 'Int->'Data2 14Data23 :: 'Int->'Data2
15Data24 :: 'Data2 15Data24 :: 'Data2
16'Data2Case :: (a : 'Data2->Type) -> (b:'Int -> a (Data21 b)) -> (c:'Int -> d:'Int -> a (Data22 c d)) -> (e:'Int -> a (Data23 e)) -> a Data24 -> f:'Data2 -> a f 16'Data2Case :: (a : 'Data2->Type) -> ((b:'Int) -> a (Data21 b)) -> ((c:'Int) -> (d:'Int) -> a (Data22 c d)) -> ((e:'Int) -> a (Data23 e)) -> a Data24 -> (f:'Data2) -> a f
17match'Data2 :: (a : Type->Type) -> a 'Data2 -> b:Type -> a b -> a b 17match'Data2 :: (a : Type->Type) -> a 'Data2 -> (b:Type) -> a b -> a b
18x :: 'Data2->'Int 18x :: 'Data2->'Int
19y :: 'Data2->'Int 19y :: 'Data2->'Int
20'Data5 :: Type -> Type -> Type->Type 20'Data5 :: Type -> Type -> Type->Type
21Data51 :: {a} -> {b} -> {c} -> a -> 'Data5 a b c 21Data51 :: {a} -> {b} -> {c} -> a -> 'Data5 a b c
22Data52 :: {a} -> {b} -> {c} -> a -> b -> c -> 'Data5 a b c 22Data52 :: {a} -> {b} -> {c} -> a -> b -> c -> 'Data5 a b c
23Data53 :: {a} -> {b} -> {c} -> 'Int -> a -> 'Float -> b -> c -> 'Data5 a b c 23Data53 :: {a} -> {b} -> {c} -> 'Int -> a -> 'Float -> b -> c -> 'Data5 a b c
24'Data5Case :: {a} -> {b} -> {c} -> (d : 'Data5 a b c -> Type) -> (e:a -> d (Data51 e)) -> (f:a -> g:b -> h:c -> d (Data52 f g h)) -> (i:'Int -> j:a -> k:'Float -> l:b -> m:c -> d (Data53 i j k l m)) -> (n : 'Data5 a b c) -> d n 24'Data5Case :: {a} -> {b} -> {c} -> (d : 'Data5 a b c -> Type) -> ((e:a) -> d (Data51 e)) -> ((f:a) -> (g:b) -> (h:c) -> d (Data52 f g h)) -> ((i:'Int) -> (j:a) -> (k:'Float) -> (l:b) -> (m:c) -> d (Data53 i j k l m)) -> (n : 'Data5 a b c) -> d n
25match'Data5 :: (a : Type->Type) -> (b:Type -> c:Type -> d:Type -> a ('Data5 b c d)) -> e:Type -> a e -> a e 25match'Data5 :: (a : Type->Type) -> ((b:Type) -> (c:Type) -> (d:Type) -> a ('Data5 b c d)) -> (e:Type) -> a e -> a e
26a5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> a 26a5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> a
27b5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> b 27b5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> b
28c5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> c 28c5 :: {a} -> {b} -> {c} -> 'Data5 a b c -> c