CurryInfo: base-3.4.0 / Test.Prop.is

definition: Info
 
is :: Show a => a -> (a -> Bool) -> Prop
is _ _ = propUndefinedError "is"
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
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infix
iotype: Info
 {(_,_,_) |-> _}
name: Info
 is
precedence: Info
 1
result-values: Info
 _
signature: Info
 Prelude.Show a => a -> (a -> Prelude.Bool) -> Test.Prop.Types.Prop
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms