blob: 2fe9582a4ad2f49d5f6ee939830ee63a475e3570 (
plain)
1
2
3
4
5
6
7
8
9
|
mod73.hs:3:7: error:
Not in scope: ‘Prelude.g’
NB: the module ‘Prelude’ does not export ‘g’.
Suggested fix:
Perhaps use one of these:
data constructor ‘Prelude.EQ’ (imported from Prelude),
data constructor ‘Prelude.GT’ (imported from Prelude),
data constructor ‘Prelude.LT’ (imported from Prelude)
|