Convenience functions for Builder
Open
feature request
- Dominant language
- Haskell
- Stars
- 421
- Forks
- 163
- PR merge metrics
- No merged PRs in 30d
Description
I would like to add the following functions to `Data.Text.Lazy.Builder`:
```
toStrictText :: Builder -> Text
unlines :: [Builder] -> Builder
unwords :: [Builder] -> Builder
```
Additionally, I think that variants of `replicate`, `unfoldr`, and `unfoldN` that work on `Builder` would be nice to have. I would be happy to implement this.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.