definition: |
isExportedFun :: CFuncDecl -> Bool isExportedFun = (== Public) . funcVis |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
isExportedFun |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
AbstractCurry.Types.CFuncDecl -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |