module Monoid ( -- * Monoid Monoid(mconcat, mempty) , gmempty ) where import Data.Monoid import Data.Semigroup.Generic