utility-ht-0.0.10: Various small helper functions for Lists, Maybes, Tuples, Functions

Safe HaskellSafe
LanguageHaskell98

Data.Monoid.HT

Synopsis

Documentation

cycle :: Monoid m => m -> m

Generalization of cycle to any monoid.

(<>) :: Monoid m => m -> m -> m infixr 6

Infix synonym for mappend.

when :: Monoid m => Bool -> m -> m