blob: 72981ed3f8e5fa6ab940d6225ce7ad02cef2a435 (
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
25
26
|
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:10:25: Not in scope: ‛using’
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’
|