CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.trCRhs

definition:
trCRhs :: (CExpr -> [CLocalDecl] -> a)
       -> ([(CExpr, CExpr)] -> [CLocalDecl] -> a)
       -> CRhs -> a
trCRhs srhs _ (CSimpleRhs  exp   locals) = srhs exp locals
trCRhs _ grhs (CGuardedRhs gexps locals) = grhs gexps locals
demand:
argument 3
deterministic:
deterministic operation
documentation:
--- Transforms a right-hand side (of a rule or case expression).
failfree:
(_, _, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,{CSimpleRhs}) |-> _ || (_,_,{CGuardedRhs}) |-> _}
name:
trCRhs
precedence:
no precedence defined
result-values:
_
signature:
(AbstractCurry.Types.CExpr -> [AbstractCurry.Types.CLocalDecl] -> a)
-> ([(AbstractCurry.Types.CExpr, AbstractCurry.Types.CExpr)]
-> [AbstractCurry.Types.CLocalDecl] -> a) -> AbstractCurry.Types.CRhs -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms