Package: effect Module: Order
effect
Order
Take the minimum of two values. If they are considered equal, the first argument is chosen.
Signature
declare const min: <A>(O: Order<A>) => { (that: A): (self: A) => A; (self: A, that: A): A; }
Source
Since v2.0.0