summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/readFail001.stderr
blob: 64b8657afd25f00fd05bd735a21389fcddca1dee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

readFail001.hs:25:11: error:
    The fixity signature for ‘+#’ lacks an accompanying binding

readFail001.hs:38:32: error:
    Not in scope: type constructor or class ‘Leaf’
    A data constructor of that name is in scope; did you mean DataKinds?

readFail001.hs:38:41: error:
    Not in scope: type constructor or class ‘Leaf’
    A data constructor of that name is in scope; did you mean DataKinds?

readFail001.hs:107:30: error: Not in scope: data constructor ‘Foo’

readFail001.hs:107:42: error: Not in scope: data constructor ‘Bar’

readFail001.hs:112:23: error:
    Not in scope: type constructor or class ‘Foo’