Peter Thiemann wrote:
md5 :: String -> String

Hmmm, this should probably be:


> md5 :: [Word8] -> [Word8]

unless you really want the MD5 of the Unicode characters...

Cheers,
   S.


_______________________________________________ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Reply via email to