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

Safe HaskellSafe-Inferred
LanguageHaskell98

Data.Monoid.HT

Synopsis

Documentation

cycle :: Monoid m => m -> m Source

Generalization of cycle to any monoid.

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

Infix synonym for mappend.

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