definition: |
doSolve :: Bool -> IO () doSolve b | b = return () |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Solves a constraint as an I/O action. --- Note: The constraint should be always solvable in a deterministic way. |
failfree: |
{True} |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({True}) |-> _} |
name: |
doSolve |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Bool -> IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |