j
k
j a
j l
Peter Thiemann wrote:
...md5 :: String -> String
md5 :: String -> String
Hmmm, this should probably be:
md5 :: [Word8] -> [Word8]
unless you really want the MD5 of the Unicode characters... Cheers, S.
Back to the thread
Back to the list