[Haskell-beginners] More type errors I'm having trouble with
Daniel Trstenjak
daniel.trstenjak at gmail.com
Fri Dec 4 09:16:16 UTC 2015
> hashes <- sequence (map Md5s.prefix_md5 filenames)
That could be just written as:
hashes <- mapM Md5s.prefix_md5 filenames
Greetings,
Daniel
More information about the Beginners
mailing list