summaryrefslogtreecommitdiff
path: root/testdata/traceTest.out
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/traceTest.out')
-rw-r--r--testdata/traceTest.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/traceTest.out b/testdata/traceTest.out
index 4d11599e..93ec5169 100644
--- a/testdata/traceTest.out
+++ b/testdata/traceTest.out
@@ -2,9 +2,9 @@ main is not found
2------------ trace 2------------ trace
3id :: forall a . a -> a 3id :: forall a . a -> a
4'X :: forall a . a -> Type 4'X :: forall a . a -> Type
5'XCase :: forall a (b :: a) . (c :: 'X a b -> Type) -> (d :: 'X a b) -> c d 5'XCase :: forall a (b :: a) . forall (c :: 'X a b -> Type) (d :: 'X a b) -> c d
6match'X :: (a :: Type -> Type) -> (forall b . (c :: b) -> a ('X b c)) -> (d :: Type) -> a d -> a d 6match'X :: forall (a :: Type -> Type) -> (forall b . forall (c :: b) -> a ('X b c)) -> forall d -> a d -> a d
7x :: 'X (Type -> Type -> Type) (\(a :: Type) (b :: Type) -> (a, b)) 7x :: 'X (Type -> Type -> Type) (\a b -> (a, b))
8------------ tooltips 8------------ tooltips
9testdata/traceTest.lc 6:1-6:3 forall a . a -> a 9testdata/traceTest.lc 6:1-6:3 forall a . a -> a
10testdata/traceTest.lc 6:8-6:9 _b 10testdata/traceTest.lc 6:8-6:9 _b
@@ -17,5 +17,5 @@ testdata/traceTest.lc 10:17-10:24 Type
17testdata/traceTest.lc 10:19-10:20 _e 17testdata/traceTest.lc 10:19-10:20 _e
18testdata/traceTest.lc 10:19-10:23 List Type 18testdata/traceTest.lc 10:19-10:23 List Type
19testdata/traceTest.lc 10:22-10:23 List Type | _c 19testdata/traceTest.lc 10:22-10:23 List Type | _c
20testdata/traceTest.lc 11:1-11:2 X (Type -> Type -> Type) (\(a :: Type) (b :: Type) -> (a, b)) 20testdata/traceTest.lc 11:1-11:2 X (Type -> Type -> Type) (\a b -> (a, b))
21testdata/traceTest.lc 11:5-11:14 forall a . a 21testdata/traceTest.lc 11:5-11:14 forall a . a