definition:
|
trCInstanceDecl :: (QName -> CContext -> [CTypeExpr] -> [CFuncDecl] -> a)
-> CInstanceDecl -> a
trCInstanceDecl inst (CInstance name ctxt tes funcs) =
inst name ctxt tes funcs
|
demand:
|
arguments 1 2
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Transforms a class declaration.
|
failfree:
|
(_, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,{CInstance}) |-> _}
|
name:
|
trCInstanceDecl
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
((String, String) -> AbstractCurry.Types.CContext
-> [AbstractCurry.Types.CTypeExpr] -> [AbstractCurry.Types.CFuncDecl] -> a)
-> AbstractCurry.Types.CInstanceDecl -> a
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|