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

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