definition: |
isVisibleFunc :: FuncDecl -> Bool isVisibleFunc funcDecl = funcVisibility funcDecl == Public |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {False,True}} |
name: |
isVisibleFunc |
precedence: |
no precedence defined |
result-values: |
{False,True} |
signature: |
FlatCurry.Types.FuncDecl -> Prelude.Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |