CurryInfo: stylechecker-2.0.0 / Pretty.ShowOptions.showBool

definition:
showBool :: Bool -> String
showBool True  = "on"
showBool False = "off"
demand:
argument 1
deterministic:
deterministic operation
documentation:
-- Returns "on" and "off" instead of `True` and `False`.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({True}) |-> {:} || ({False}) |-> {:}}
name:
showBool
precedence:
no precedence defined
result-values:
{:}
signature:
Prelude.Bool -> String
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms