-
Notifications
You must be signed in to change notification settings - Fork 75
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
Support for Text #80
Comments
@judah how would you implement this? would you:
|
Is library support for Text & Text.Lazy purely a matter of improving the ergonomics of Text and Text.Lazy? So that users can use Text and Text.Lazy consistently, avoiding performance problems in less interactive code paths? Or has anyone found Haskeline noticeably slow? |
personally, no! but I'd say it's a matter of the rest of the application using |
Many applications use Text as the "string" type instead of String. It would be great if Haskeline directly supported IO with Text.
The text was updated successfully, but these errors were encountered: