definition:
|
trRule :: ([Int] -> Expr -> a) -> (String -> a) -> Rule -> a
trRule rule _ (Rule args exp) = rule args exp
trRule _ ext (External s) = ext s
|
demand:
|
argument 3
|
deterministic:
|
deterministic operation
|
documentation:
|
--- transform rule
|
failfree:
|
(_, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,{Rule}) |-> _ || (_,_,{External}) |-> _}
|
name:
|
trRule
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
([Prelude.Int] -> FlatCurry.Types.Expr -> a) -> (String -> a)
-> FlatCurry.Types.Rule -> a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|