Use of H98 FFI

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Fri, 01 Aug 2003 10:11:25 +0200


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.