definition: |
publicFuncNames :: CurryProg -> [QName] publicFuncNames = map funcName . filter ((== Public) . funcVis) . functions |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Returns the names of all visible functions in given Curry program. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
publicFuncNames |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
AbstractCurry.Types.CurryProg -> [(String, String)] |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |