CurryInfo: cryptohash-3.0.0 / Crypto.Hash.getHash

definition: Info
 
getHash :: String -> IO String
getHash = getHashWith "md5sum"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Default hashing function.
@param toHash - string which should be hashed
@return the hashSum of this str
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {getHashWith}}
name: Info
 getHash
precedence: Info
 no precedence defined
result-values: Info
 {getHashWith}
signature: Info
 String -> Prelude.IO String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term