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

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