exon-0.3.0.0: Monoidal Quasiquote Interpolation
Safe HaskellSafe-Inferred
LanguageHaskell2010

Exon.Combinators

Description

 
Synopsis

Documentation

intercalate :: Monoid a => Foldable t => a -> t a -> a Source #

Monoidally combine all elements in the list, appending the separator between each pair of elements.