definition: |
funcComment :: CFuncDecl -> String funcComment (CFunc _ _ _ _ _) = "" funcComment (CmtFunc cmt _ _ _ _ _) = cmt |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Returns the documentation comment of a given function declaration. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({CFunc}) |-> {[]} || ({CmtFunc}) |-> _} |
name: |
funcComment |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
AbstractCurry.Types.CFuncDecl -> String |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |