waargonaut-0.8.0.2: JSON wrangling
Safe HaskellNone
LanguageHaskell2010

Waargonaut.Encode.Builder.CommaSep

Description

Builder functions for CommaSeparated values.

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.