summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
blob: e69bd9ccde41a35dfd77790804c35d700f66cdf1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
focus checkMetas: \(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a)
  let a = Type in \(c :: Type) -> <<HERE>>
\(a :: CW (Type ~ _a)) (b :: CW (_a ~ X)) -> typeAnn _a (_rhs X)
------------ trace
'X :: Type
X :: X
case'X :: forall (a :: X -> Type) -> a 'X -> forall (b :: X) -> a b
match'X :: forall (a :: Type -> Type) -> a X -> forall b -> a b -> a b
!focus checkMetas: \(a :: Type) -> ((\b -> primFix a b) :: (a -> a) -> a)
  let a = Type in \(c :: Type) -> <<HERE>>
\(a :: CW (Type ~ _a)) (b :: CW (_a ~ X)) -> typeAnn _a (_rhs X)
------------ tooltips
testdata/typesig.reject.lc 4:6-4:7
    Type | Type | Type | Type | 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
    _c
testdata/typesig.reject.lc 7:5-7:6
    X