summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
blob: f6a0fd3045f7347b217b5525abbf07d436963e28 (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~a_) (b : b_~'X) -> typeAnn c_ (labend X)
------------ trace
'X :: Type
X :: 'X
'XCase :: (a : 'X->Type) -> a X -> b:'X -> a b
match'X :: (a : Type->Type) -> a 'X -> b:Type -> a b -> a b
!focus checkMetas: \a -> (\b:Type -> primFix a b) (\(a:=Type) -> \c:Type -> <<HERE>>)
\(a : Type~a_) (b : b_~'X) -> typeAnn c_ (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  b_
testdata/typesig.reject.lc 6:6-7:6  a_->b_ | c_
testdata/typesig.reject.lc 7:5-7:6  X