CurryInfo: base-3.4.0 / Prelude.solve

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