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