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

definition:
funcsOfConsDecl :: CConsDecl -> [QName]
funcsOfConsDecl =
  trCConsDecl (\qn _ _       -> [qn])
              (\qn _ fddecls -> qn : concatMap funcsOfFieldDecl fddecls)
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {trCConsDecl}}
name:
funcsOfConsDecl
precedence:
no precedence defined
result-values:
{trCConsDecl}
signature:
AbstractCurry.Types.CConsDecl -> [(String, String)]
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms