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