CurryInfo: easycheck-3.2.0 / Test.Prop.isAlways

definition:
isAlways :: Show a => a -> (a -> Bool) -> Prop
isAlways _ = propUndefinedError "isAlways"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The property `isAlways x p` is satisfied if all values of `x` satisfy `p`.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
infix
iotype:
{(_,_) |-> _}
name:
isAlways
precedence:
1
result-values:
_
signature:
Prelude.Show a => a -> (a -> Prelude.Bool) -> Test.Prop.Types.Prop
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms