Mutability of types in Data.ArrayBuffer.ArrayBuffer
Closed this issue · 4 comments
sgronblo commented
Shouldn't some of the functions in Data.ArrayBuffer.ArrayBuffer (create in particular, but potentially others too) be Eff computations?
jacereda commented
Yes. If you haven't fixed it I can try in a couple of days.
sgronblo commented
Haven't fixed. I'm not too used to working with PS yet.
jacereda commented
I have committed the proposed API to https://github.com/jacereda/purescript-arraybuffer/tree/effectful
If you can think of any improvement just let me know.
jacereda commented
Just tagged a new version.