definition: |
float :: Float -> Value Float float = Val . SQLFloat |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Constructor for a Value Val of type Float --- @param i - The value |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
float |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Prelude.Float -> Value Prelude.Float |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |