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