purescript-contrib/purescript-arraybuffer

Mutability of types in Data.ArrayBuffer.ArrayBuffer

Closed this issue · 4 comments

Shouldn't some of the functions in Data.ArrayBuffer.ArrayBuffer (create in particular, but potentially others too) be Eff computations?

Yes. If you haven't fixed it I can try in a couple of days.

Haven't fixed. I'm not too used to working with PS yet.

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.

Just tagged a new version.