CurryInfo: currybrowse-3.0.0 / BrowserGUI.isPublic

definition:
isPublic :: FuncDecl -> Bool
isPublic fd = funcVisibility fd == Public
demand:
no demanded arguments
deterministic:
deterministic operation
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {False,True}}
name:
isPublic
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