summaryrefslogtreecommitdiff
path: root/testdata/language-features/adt/adt04.reject.out
blob: bae229816543581f61da4285c48f7cc41aaf673e (plain)
1
2
3
4
5
6
7
8
9
10
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
testdata/language-features/adt/adt04.reject.lc 2:6-2:11  Type