CurryInfo: icurry-3.2.0 / ICurry.Interpreter.bodyOf

definition: Info
 
bodyOf :: String -> [IFunction] -> IFuncBody
bodyOf fn prog = let IFunction _ _ _ _ b = funcOf fn prog in b
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the body of a given function name.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 bodyOf
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 String -> [ICurry.Types.IFunction] -> ICurry.Types.IFuncBody
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 reducible on all ground data terms