blob: 6425d16c49d99d99d8c341fb7cc2336a2d003851 (
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’
|