Module

Data.Monoid.Generic

#genericMempty

genericMempty :: forall a rep. Generic a rep => GenericMonoid rep => a

A Generic implementation of the mempty member from the Monoid type class.

Modules