definition: |
bool :: Bool -> Doc bool b = text (show b) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `(bool b)` shows the boolean `b` using `text`. --- @param b - a boolean --- @return a document which contains the boolean b |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Doc}} |
name: |
bool |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Prelude.Bool -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |