summaryrefslogtreecommitdiff
path: root/testdata/language-features/adt/adt04.reject.out
blob: 49ae56a40a133f8fd70405979b4d202487458de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
can't find: a in testdata/language-features/adt/adt04.reject.lc:2:27:
data Data3 = Data3 { x :: a , y :: b , z :: c }
                          ^
------------ trace
'Data3 :: Type
!can't find: a in testdata/language-features/adt/adt04.reject.lc:2:27:
data Data3 = Data3 { x :: a , y :: b , z :: c }
                          ^
------------ tooltips
2:6-2:11
    Type