definition: |
ppBool :: Bool -> Doc ppBool True = text "true" ppBool False = text "false" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty printing of booleans |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({True}) |-> {Doc} || ({False}) |-> {Doc}} |
name: |
ppBool |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Prelude.Bool -> Text.PrettyImpl.Doc |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |