blob: f8b3b7e81af68f6ec62fbdbea472baaa5bfe3436 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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’
Suggested fix:
Perhaps you intended to use DataKinds
to refer to the data constructor of that name?
readFail001.hs:38:41: error:
Not in scope: type constructor or class ‘Leaf’
Suggested fix:
Perhaps you intended to use DataKinds
to refer to the data constructor of that name?
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’
|