CurryInfo: assoc-legacy-1.0.0 / Data.Assoc.getAssoc

definition:
getAssoc :: String -> IO (Maybe String)
getAssoc key = prim_getAssoc $## key
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Gets the value associated to a string.
--- Nothing is returned if there does not exist an associated value.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
getAssoc
precedence:
no precedence defined
result-values:
_
signature:
String -> Prelude.IO (Prelude.Maybe String)
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms