summaryrefslogtreecommitdiff
path: root/testdata/traceTest.out
blob: b28930668e386b38e2a24f0f92abbfa95774880b (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 :: {a} -> a->a
'X :: {a} -> a->Type
'XCase :: {a} -> {b:a} -> (c : 'X a b -> Type) -> (d : 'X a b) -> c d
match'X :: (a : Type->Type) -> ({b} -> c:b -> a ('X b c)) -> d:Type -> a d -> a d
x :: 'X (Type -> Type->Type) (\a:Type b:Type -> (a, b))
------------ tooltips
testdata/traceTest.lc 6:1-6:3  {a} -> a->a
testdata/traceTest.lc 6:8-6:9  b_
testdata/traceTest.lc 8:6-8:7  Type | {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  {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:Type b:Type -> (a, b))
testdata/traceTest.lc 11:5-11:14  {a}->a