MaxSemigroup<A> constructor

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

Implementation

MaxSemigroup(this._aOrder);