CurryInfo: base-3.4.0 / Prelude.doSolve

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