blob: 1b2b1abc15e90498e82e552a9468c1f162622cf0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
readFail043.hs:10:9:
Unexpected transform statement in a list comprehension
Use -XTransformListComp
readFail043.hs:10:20: Not in scope: `by'
readFail043.hs:10:23: Not in scope: `x'
readFail043.hs:11:9:
Unexpected transform statement in a list comprehension
Use -XTransformListComp
readFail043.hs:11:20: Not in scope: `by'
readFail043.hs:11:23: Not in scope: `x'
readFail043.hs:11:25: Not in scope: `using'
readFail043.hs:12:9:
Unexpected transform statement in a list comprehension
Use -XTransformListComp
readFail043.hs:12:20: Not in scope: `using'
|