CurryInfo: easycheck-3.2.0 / Test.EasyCheck.is

definition: Info
 
is :: Show a => a -> (a -> Bool) -> Prop
is x f = test x (\xs -> case xs of [y] -> f y
                                   _   -> False)
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `is x p` is satisfied if `x` has a deterministic value
which satisfies `p`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 infix
iotype: Info
 {(_,_,_) |-> {Prop}}
name: Info
 is
precedence: Info
 1
result-values: Info
 {Prop}
signature: Info
 Prelude.Show a => a -> (a -> Prelude.Bool) -> Test.Prop.Types.Prop
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term