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

definition: Info
 
(<~~>) :: (Eq a, Show a) => a -> a -> Prop
x <~~> y = test x (isSameMSet (valuesOf y))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `x <~~> y` is satisfied if the multisets of the values of
`x` and `y` are equal.
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