CurryInfo: base-3.4.0 / Test.Prop.solutionOf

definition: Info
 
solutionOf :: Data a => (a -> Bool) -> a
solutionOf pred = pred x &> x where x free
demand: Info
 argument 2
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
`solutionOf p` returns (non-deterministically) a solution
of predicate `p`. This operation is useful to test solutions
of predicates.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 solutionOf
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Data a => (a -> Prelude.Bool) -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term