summaryrefslogtreecommitdiff
path: root/testdata/complex.out
diff options
context:
space:
mode:
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 43a60b85..99b0a0fd 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 :: forall (a :: 'Repr -> Type) -> a Normal -> a Polar -> forall (b :: 'Repr) -> a b
7match'Repr :: (a :: Type -> Type) -> a 'Repr -> (b :: Type) -> a b -> a b 7match'Repr :: forall (a :: Type -> Type) -> a 'Repr -> forall b -> a b -> a b
8'Complex :: 'Repr -> Type 8'Complex :: 'Repr -> Type
9Complex :: forall (a :: 'Repr) . 'Float -> 'Float -> 'Complex a 9Complex :: forall (a :: 'Repr) . 'Float -> 'Float -> 'Complex a
10'ComplexCase :: (a :: (b :: 'Repr) -> 'Complex b -> Type) -> (forall (c :: 'Repr) . (d :: 'Float) -> (e :: 'Float) -> a c (Complex c d e)) -> forall (f :: 'Repr) . (g :: 'Complex f) -> a f g 10'ComplexCase :: forall (a :: forall (b :: 'Repr) -> 'Complex b -> Type) -> (forall (c :: 'Repr) . forall (d :: 'Float) (e :: 'Float) -> a c (Complex c d e)) -> forall (f :: 'Repr) . forall (g :: 'Complex f) -> a f g
11match'Complex :: (a :: Type -> Type) -> ((b :: 'Repr) -> a ('Complex b)) -> (c :: Type) -> a c -> a c 11match'Complex :: forall (a :: Type -> Type) -> (forall (b :: 'Repr) -> a ('Complex b)) -> forall c -> a c -> a c
12repr :: forall (a :: 'Repr) . 'Complex a -> 'Repr 12repr :: forall (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