CurryInfo: base-3.4.0 / Test.Prop.~>

definition: Info
 
(~>) :: (Eq a, Show a) => a -> a -> Prop
_ ~> _ = propUndefinedError "~>"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `x ~> y` is satisfied if `x` evaluates to every value of `y`.
Thus, the set of values of `y` must be a subset of the set of values of `x`.
failfree: Info
 (_, _, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 infix
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 ~>
precedence: Info
 1
result-values: Info
 _
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
 yes
totally-defined: Info
 reducible on all ground data terms