CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Transform.funcsOfCClassDecl

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