definition:
|
funcNamesOfFDecl :: CFuncDecl -> [QName]
funcNamesOfFDecl (CFunc qn _ _ _ _) = [qn]
funcNamesOfFDecl (CmtFunc _ qn _ _ _ _) = [qn]
|
demand:
|
argument 1
|
deterministic:
|
deterministic operation
|
documentation:
|
--- @return The declared function name of given function declaration in a list.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{({CFunc}) |-> {:} || ({CmtFunc}) |-> {:}}
|
name:
|
funcNamesOfFDecl
|
precedence:
|
no precedence defined
|
result-values:
|
{:}
|
signature:
|
AbstractCurry.Types.CFuncDecl -> [(String, String)]
|
solution-complete:
|
operationally complete operation
|
terminating:
|
yes
|
totally-defined:
|
reducible on all ground data terms
|