definition:
|
funcsOfCInstanceDecl :: CInstanceDecl -> [QName]
funcsOfCInstanceDecl =
trCInstanceDecl (\_ _ _ funcs -> unionMap funcsOfCFuncDecl funcs)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {trCInstanceDecl}}
|
name:
|
funcsOfCInstanceDecl
|
precedence:
|
no precedence defined
|
result-values:
|
{trCInstanceDecl}
|
signature:
|
AbstractCurry.Types.CInstanceDecl -> [(String, String)]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
reducible on all ground data terms
|