purescript/purescript-arrays

deprecate verbose ST function names

matthewleon opened this issue · 3 comments

pushSTArray, pokeSTArray, etc. could be exported as push and poke. Library users could use qualified imports for disambiguation.

Big 👍 from me, this has vaguely bothered me for a while. I’d like to wait and see what others think though.

garyb commented

No argument from me, I always import this stuff qualified anyway.

garyb commented

Resolved in the 0.12 branch