blob: b355f3050b42933b6e97aabbb4156084a7bfa7c6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
mod89.hs:5:1: warning:
The import item ‘map(..)’ suggests that
‘map’ has (in-scope) constructors or class methods,
but it has none
mod89.hs:5:1: warning:
The import of ‘Prelude’ is redundant
except perhaps to import instances from ‘Prelude’
To import instances alone, use: import Prelude()
|