haskell / haskell/text

Convenience functions for Builder

Open
#164 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.