-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added TextBuilder alias #581
Conversation
Hmm, we have Should this one be |
I like |
I have added |
027dee7
to
e9a9bb6
Compare
I forgot we're already exporting |
I can add LazyBuilder, but I want to have Text directly in the name with StrictTextBuilder and LazyTextBuilder to differentiate it from other builder types. |
Wouldn't qualified imports let you disambiguate as well? |
I see many https://github.com/search?q=%22type+TextBuilder%22+language%3AHaskell+&type=code |
We can go for |
314f821
to
bfb78b4
Compare
That's fine by me, but let me defer the judgement to @Lysxia as an original author of |
Thanks! |
No description provided.