blob: 3094acae7a8821741ec1276847a0f67f02da01ac (
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
27
28
|
Ppr022.hs:3:23:
Not in scope: type constructor or class ‘Stmt’
Ppr022.hs:3:32:
Not in scope: type constructor or class ‘ExpQ’
Ppr022.hs:5:34:
Not in scope: ‘<**>’
Perhaps you meant ‘<*>’ (imported from Prelude)
In the Template Haskell quotation '(<**>)
Ppr022.hs:9:17:
Not in scope: type constructor or class ‘ExpQ’
Ppr022.ppr.hs:2:23:
Not in scope: type constructor or class ‘Stmt’
Ppr022.ppr.hs:2:32:
Not in scope: type constructor or class ‘ExpQ’
Ppr022.ppr.hs:6:29:
Not in scope: ‘<**>’
Perhaps you meant ‘<*>’ (imported from Prelude)
In the Template Haskell quotation '(<**>)
Ppr022.ppr.hs:7:17:
Not in scope: type constructor or class ‘ExpQ’
|