module Numeric.Monoid.Multiplicative ( Unital(..) , product ) where import Numeric.Monoid.Multiplicative.Internal import Prelude ()