CurryInfo: easycheck-3.2.0 / Test.EasyCheck.isAlways

definition: Info
 
isAlways :: Show a => a -> (a -> Bool) -> Prop
isAlways x  = test x . all
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `isAlways x p` is satisfied if all values of `x` satisfy `p`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 infix
iotype: Info
 {(_,_) |-> {.._#lambda508}}
name: Info
 isAlways
precedence: Info
 1
result-values: Info
 {.._#lambda508}
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