summaryrefslogtreecommitdiff
path: root/testdata/typesig.reject.out
blob: 4b742a17d735b513b5225496ecd984019a6a8fe4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
can't find: x in ./testdata/typesig.reject.lc:6:6:
x :: 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
!can't find: x in ./testdata/typesig.reject.lc:6:6:
x :: x
     ^
------------ tooltips
4:6-4:7
    Type | Type | Type | Type | Type
4:6-4:11
    Type
4:10-4:11
    X