definition: |
solve :: Bool -> Bool solve True = True |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Enforce a Boolean condition to be true. --- The computation fails if the argument evaluates to `False`. |
failfree: |
{True} |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({True}) |-> {True}} |
name: |
solve |
precedence: |
no precedence defined |
result-values: |
{True} |
signature: |
Bool -> Bool |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |