exon-0.1.1.0: Monoidal Quasiquote Interpolation
Safe HaskellNone
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.