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