-
Notifications
You must be signed in to change notification settings - Fork 13
Make ArrayBuffer creation effectful #9
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
Make ArrayBuffer creation effectful #9
Conversation
- Remove the Writer effect from Typed.purs - Move down the WRITER and READER effects from DataView to ArrayBuffer - Simplify by combining WRITER and READER into a single ARRAYBUFFER effect - Updated tests to deal with the Eff values
Looks good, I'll merge later my
vs
|
Merged, thanks! |
In my branch |
@jacereda I was trying to ask around about this in #purescript last night. I extracted the relevant conversation with natefaubion here:
|
If that's true, I guess the old API was good. Things like |
Possibly. I wasn't really sure if I was going overboard with changing too much to be effectful. |
Just pushed a new version, if you feel it's ok I'll tag and update |
effect
Initial attempt. Maybe some things that could be pure are effectful and vice versa.