j
k
j a
j l
hashes <- sequence (map Md5s.prefix_md5 filenames)
That could be just written as: hashes <- mapM Md5s.prefix_md5 filenames Greetings, Daniel
Back to the thread
Back to the list