summaryrefslogtreecommitdiff
path: root/testdata/complex.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-01 16:51:22 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-01 16:51:22 +0200
commit1a7544763729938e7009ead1e375e9bbf413afb0 (patch)
tree62af78c28cd91597fe40391d4020cb47f697334a /testdata/complex.out
parent11b4a98c3fc7014cdef123fea4081d58e8edbaa2 (diff)
better namespace handling in pretty print
Diffstat (limited to 'testdata/complex.out')
-rw-r--r--testdata/complex.out42
1 files changed, 21 insertions, 21 deletions
diff --git a/testdata/complex.out b/testdata/complex.out
index 99b0a0fd..2a357e18 100644
--- a/testdata/complex.out
+++ b/testdata/complex.out
@@ -1,27 +1,27 @@
1main is not found 1main is not found
2------------ trace 2------------ trace
3'Repr :: Type 3'Repr :: Type
4Normal :: 'Repr 4Normal :: Repr
5Polar :: 'Repr 5Polar :: Repr
6'ReprCase :: forall (a :: 'Repr -> Type) -> a Normal -> a Polar -> forall (b :: 'Repr) -> a b 6'ReprCase :: forall (a :: Repr -> Type) -> a 'Normal -> a 'Polar -> forall (b :: Repr) -> a b
7match'Repr :: forall (a :: Type -> Type) -> a 'Repr -> forall b -> 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 :: 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 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 :: forall (a :: Type -> Type) -> (forall (b :: 'Repr) -> a ('Complex b)) -> forall c -> 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
15cabs :: forall (a :: 'Repr) . 'Complex a -> 'Float 15cabs :: forall (a :: Repr) . Complex a -> Float
16toPolar :: 'Complex Normal -> 'Complex Polar 16toPolar :: Complex 'Normal -> Complex 'Polar
17toNormal :: 'Complex Polar -> 'Complex Normal 17toNormal :: Complex 'Polar -> Complex 'Normal
18it_should_fail :: forall (a :: 'Repr) . 'Complex a -> 'Float 18it_should_fail :: forall (a :: Repr) . Complex a -> Float
19add :: forall (a :: 'Repr) (b :: 'Repr) . 'Complex a -> 'Complex b -> 'Complex a 19add :: forall (a :: Repr) (b :: Repr) . Complex a -> Complex b -> Complex a
20mul :: forall (a :: 'Repr) (b :: 'Repr) . 'Complex a -> 'Complex b -> 'Complex a 20mul :: forall (a :: Repr) (b :: Repr) . Complex a -> Complex b -> Complex a
21s :: forall (a :: 'Repr) . 'Complex a -> 'Complex a 21s :: forall (a :: Repr) . Complex a -> Complex a
22s4 :: forall (a :: 'Repr) . 'Complex a -> 'Complex a 22s4 :: forall (a :: Repr) . Complex a -> Complex a
23iter :: forall (a :: 'Repr) . 'Complex a -> 'Complex a 23iter :: forall (a :: Repr) . Complex a -> Complex a
24mandel :: forall (a :: 'Repr) . 'Complex a -> 'VecScalar 1 'Bool 24mandel :: forall (a :: Repr) . Complex a -> VecScalar 1 Bool
25------------ tooltips 25------------ tooltips
26testdata/complex.lc 3:6-3:10 Type 26testdata/complex.lc 3:6-3:10 Type
27testdata/complex.lc 3:6-3:27 Type 27testdata/complex.lc 3:6-3:27 Type