definition:
|
trFunc :: (QName -> Int -> Visibility -> TypeExpr -> Rule -> a) -> FuncDecl -> a
trFunc func (Func name arity vis t rule) = func name arity vis t rule
|
demand:
|
arguments 1 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- transform function
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{Func}) |-> _}
|
name:
|
trFunc
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
((String, String) -> Prelude.Int -> FlatCurry.Types.Visibility
-> FlatCurry.Types.TypeExpr -> FlatCurry.Types.Rule -> a)
-> FlatCurry.Types.FuncDecl -> a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|