waargonaut-0.6.1.0: JSON wrangling

Safe HaskellNone
LanguageHaskell2010

Waargonaut.Encode.Builder.CommaSep

Synopsis

Documentation

commaSeparatedBuilder :: forall ws a t b. Monoid b => Builder t b -> Char -> Char -> (Builder t b -> ws -> b) -> (Builder t b -> a -> b) -> CommaSeparated ws a -> b Source #

Using the given builders for the whitespace and elements (a), create a builder for a CommaSeparated.