-
Notifications
You must be signed in to change notification settings - Fork 69
deprecate verbose ST function names #129
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
Merged
Big 👍 from me, this has vaguely bothered me for a while. I’d like to wait and see what others think though. |
No argument from me, I always import this stuff qualified anyway. |
matthewleon
added a commit
to matthewleon/purescript-arrays
that referenced
this issue
Jan 27, 2018
Deprecate old names. Addresses purescript#129
Resolved in the 0.12 branch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
pushSTArray
,pokeSTArray
, etc. could be exported aspush
andpoke
. Library users could use qualified imports for disambiguation.The text was updated successfully, but these errors were encountered: