[Haskell-beginners] Re: problem with System.Directory.Tree
Stephen Tetley
stephen.tetley at gmail.com
Tue Jul 6 03:54:19 EDT 2010
On 6 July 2010 03:01, Anand Mitra <mitra at kqinfotech.com> wrote:
> | *Main> liftM encode $ calcMD5 "/tmp/tmp"
Try
calcMD5 "/tmp/tmp" >>= encodeFile "/tmp/tmp-list"
More information about the Beginners
mailing list