summaryrefslogtreecommitdiff
path: root/testdata/language-features/adt/adt04.reject.out
blob: 7ec3f438f8a4022d2f99fbfe06140e8033c0b28d (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