Safe Haskell | None |
---|---|
Language | Haskell2010 |
Builder functions for CommaSeparated
values.
Synopsis
- 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
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
.