MinSemigroup<A> constructor

MinSemigroup<A>(
  1. Order<A> _aOrder
)

Implementation

MinSemigroup(this._aOrder);