definition: |
trCClassDecl :: (QName -> CVisibility -> CContext -> [CTVarIName] -> [CFunDep] -> [CFuncDecl] -> a) -> CClassDecl -> a trCClassDecl cls (CClass name vis ctxt tvs fdeps funcs) = cls name vis ctxt tvs fdeps funcs |
demand: |
arguments 1 2 |
deterministic: |
deterministic operation |
documentation: |
--- Transforms a class declaration. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,{CClass}) |-> _} |
name: |
trCClassDecl |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
((String, String) -> AbstractCurry.Types.CVisibility -> AbstractCurry.Types.CContext -> [(Prelude.Int, String)] -> [([(Prelude.Int, String)], [(Prelude.Int, String)])] -> [AbstractCurry.Types.CFuncDecl] -> a) -> AbstractCurry.Types.CClassDecl -> a |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |