summaryrefslogtreecommitdiff
path: root/testdata/complex.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/complex.out
parent4f17b186afdd0b076d3efc06fe844e1f547b805a (diff)
always show parens
Diffstat (limited to 'testdata/complex.out')
-rw-r--r--testdata/complex.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/complex.out b/testdata/complex.out
index f751c2bb..7c33a18a 100644
--- a/testdata/complex.out
+++ b/testdata/complex.out
@@ -3,12 +3,12 @@ main is not found
3'Repr :: Type 3'Repr :: Type
4Normal :: 'Repr 4Normal :: 'Repr
5Polar :: 'Repr 5Polar :: 'Repr
6'ReprCase :: (a : 'Repr->Type) -> a Normal -> a Polar -> b:'Repr -> a b 6'ReprCase :: (a : 'Repr->Type) -> a Normal -> a Polar -> (b:'Repr) -> a b
7match'Repr :: (a : Type->Type) -> a 'Repr -> b:Type -> a b -> a b 7match'Repr :: (a : Type->Type) -> a 'Repr -> (b:Type) -> a b -> a b
8'Complex :: 'Repr->Type 8'Complex :: 'Repr->Type
9Complex :: {a:'Repr} -> 'Float -> 'Float -> 'Complex a 9Complex :: {a:'Repr} -> 'Float -> 'Float -> 'Complex a
10'ComplexCase :: (a : b:'Repr -> 'Complex b -> Type) -> ({c:'Repr} -> d:'Float -> e:'Float -> a c (Complex c d e)) -> {f:'Repr} -> (g : 'Complex f) -> a f g 10'ComplexCase :: (a : (b:'Repr) -> 'Complex b -> Type) -> ({c:'Repr} -> (d:'Float) -> (e:'Float) -> a c (Complex c d e)) -> {f:'Repr} -> (g : 'Complex f) -> a f g
11match'Complex :: (a : Type->Type) -> (b:'Repr -> a ('Complex b)) -> c:Type -> a c -> a c 11match'Complex :: (a : Type->Type) -> ((b:'Repr) -> a ('Complex b)) -> (c:Type) -> a c -> a c
12repr :: {a:'Repr} -> 'Complex a -> 'Repr 12repr :: {a:'Repr} -> 'Complex a -> 'Repr
13normal :: 'Float -> 'Float -> 'Complex Normal 13normal :: 'Float -> 'Float -> 'Complex Normal
14polar :: 'Float -> 'Float -> 'Complex Polar 14polar :: 'Float -> 'Float -> 'Complex Polar