CurryInfo: easycheck-3.2.0 / Test.EasyCheck.<~

definition: Info
 
(<~) :: (Eq a, Show a) => a -> a -> Prop
x  <~  y = test x (`isSubsetOf` (valuesOf y))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `x <~ y` is satisfied if `y` evaluates to every value of `x`.
Thus, the set of values of `x` must be a subset of the set of values of `y`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 infix
iotype: Info
 {(_,_,_,_) |-> {Prop}}
name: Info
 <~
precedence: Info
 1
result-values: Info
 {Prop}
signature: Info
 (Prelude.Eq a, Prelude.Show a) => a -> a -> 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