CurryInfo: rewriting-3.0.0 / Rewriting.Files.fromRhs

definition: Info
 
fromRhs :: QName -> CRhs -> (Term QName, Subst QName, TRS QName)
fromRhs fn (CSimpleRhs e _)   = fromExpr fn e
fromRhs fn (CGuardedRhs gs _) = fromGuard fn gs
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms an abstract Curry right-hand side of a rule for the function with
the given name into a tuple of a term, a substitution and a term rewriting
system.
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{CSimpleRhs}) |-> {(,,)} || (_,{CGuardedRhs}) |-> {(,,)}}
name: Info
 fromRhs
precedence: Info
 no precedence defined
result-values: Info
 {(,,)}
signature: Info
 (String, String) -> AbstractCurry.Types.CRhs
-> (Rewriting.Term.Term (String, String), Data.Map.Map Prelude.Int (Rewriting.Term.Term (String, String)), [(Rewriting.Term.Term (String, String), Rewriting.Term.Term (String, 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