CurryInfo: call-analysis-3.2.0 / Analysis.fEqsOfWorkSem

definition: Info
 
fEqsOfWorkSem :: String -> WorkSemInt a -> [([a],a,[String])]
fEqsOfWorkSem f ws = maybe [] id (Map.lookup f ws)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Look up the semantic equations of a function in the current semantics:
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 fEqsOfWorkSem
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> Data.Map.Map String [([a], a, [String])] -> [([a], a, [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