summaryrefslogtreecommitdiff
path: root/testdata/traceTest.out
blob: 93ec5169f7b964958a946404515dccbed76e98f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
main is not found
------------ trace
id :: forall a . a -> a
'X :: forall a . a -> Type
'XCase :: forall a (b :: a) . forall (c :: 'X a b -> Type) (d :: 'X a b) -> c d
match'X :: forall (a :: Type -> Type) -> (forall b . forall (c :: b) -> a ('X b c)) -> forall d -> a d -> a d
x :: 'X (Type -> Type -> Type) (\a b -> (a, b))
------------ tooltips
testdata/traceTest.lc 6:1-6:3  forall a . a -> a
testdata/traceTest.lc 6:8-6:9  _b
testdata/traceTest.lc 8:6-8:7  Type | forall a . a -> Type
testdata/traceTest.lc 8:6-8:18  Type
testdata/traceTest.lc 8:17-8:18  Type
testdata/traceTest.lc 10:6-10:7  forall a . a -> Type
testdata/traceTest.lc 10:6-10:25  Type
testdata/traceTest.lc 10:17-10:24  Type
testdata/traceTest.lc 10:19-10:20  _e
testdata/traceTest.lc 10:19-10:23  List Type
testdata/traceTest.lc 10:22-10:23  List Type | _c
testdata/traceTest.lc 11:1-11:2  X (Type -> Type -> Type) (\a b -> (a, b))
testdata/traceTest.lc 11:5-11:14  forall a . a