blob: 2b6d5258d03609f280da43def71ccf7010deeb21 (
plain)
1
2
3
4
5
6
7
|
mod97.hs:4:9: error: [GHC-88464]
Variable not in scope:
(==) :: GHC.Types.Char -> GHC.Types.Char -> t
Suggested fix:
Perhaps you want to add ‘==’ to the import list in the import of
‘Prelude’ (mod97.hs:3:1-18).
|