-
Notifications
You must be signed in to change notification settings - Fork 20
No more Char
#42
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
Comments
I just noticed while glancing over the implementation that |
I'd prefer to make a decision on purescript/purescript#3662 first. |
This issue is stale because it has been open for 60 days with no activity. Remove the stale label or comment to keep this issue open. Otherwise, this issue will be closed in 14 days. |
I really don't think
Char
helps here in any way, since that's not even a thing in JS and now we have some ambiguity between CodeUnits and CodePoints. Can we be rid of this and properly use String types wherever we have Strings?The text was updated successfully, but these errors were encountered: