j
k
j a
j l
On Fri, 9 Dec 2005, raptor wrote:
hi, I imported : import Data.Map as Map but now anywhere when I want ot use "map" it complains for name clashes, so I have to specifiy Prelude.map all the time.
hi,
I imported :
import Data.Map as Map
but now anywhere when I want ot use "map" it complains for name clashes, so I have to specifiy Prelude.map all the time.
If at all, better use List.map instead of Prelude.map
Back to the thread
Back to the list