Copyright | (C) 2014-2015 Ryan Scott |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Ryan Scott |
Stability | Provisional |
Portability | GHC |
Safe Haskell | None |
Language | Haskell2010 |
Exports showbListWith
.
- showbListWith :: (a -> Builder) -> [a] -> Builder
Documentation
showbListWith :: (a -> Builder) -> [a] -> Builder Source
Converts a list of values into a Builder
in which the values are surrounded
by square brackets and each value is separated by a comma. The function argument
controls how each element is shown.