blob: db9b30e83d715c17b0b26b4beef6f46964f2e1c8 (
plain)
1
2
3
4
5
6
7
|
mod97.hs:4:9: error:
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).
|