definition: |
int :: Int -> Doc int n = text (show n) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The document `(int i)` shows the literal integer `i` using `text`. --- @param i - an integer --- @return a document which contains the integer i |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {Doc}} |
name: |
int |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
Prelude.Int -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |