summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
blob: 9c2979a6487376dddb729bb8d653a18cd6f15366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
focus checkMetas: \a -> (\b:Type -> primFix a b) (\a:=Type c:Type -> <<HERE>>)
\(a : Type~V0) (b : V1~'X) -> typeAnn V2 (labend X)
------------ trace
'X :: Type
X :: 'X
'XCase :: (b : 'X->Type) -> b X -> d:'X -> b d
match'X :: (b : Type->Type) -> b 'X -> d:Type -> b d -> b d
!focus checkMetas: \a -> (\b:Type -> primFix a b) (\a:=Type c:Type -> <<HERE>>)
\(a : Type~V0) (b : V1~'X) -> typeAnn V2 (labend X)
------------ tooltips
testdata/typesig.reject.lc 4:6-4:7  Type
testdata/typesig.reject.lc 4:6-4:11  Type
testdata/typesig.reject.lc 4:10-4:11  X
testdata/typesig.reject.lc 6:6-6:7  V1
testdata/typesig.reject.lc 6:6-7:6  V0->V1 | V2
testdata/typesig.reject.lc 7:5-7:6  X