You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Everything in this library happens in MonadEffect. Why? Because purescript-arraybuffer is all mutable and in MonadEffect. If there were an immutable frontend ArrayBuffer library, like Node Buffer, then we could refactor all of purescript-protobuf to be pure.
Everything in this library happens in
MonadEffect
. Why? Becausepurescript-arraybuffer
is all mutable and inMonadEffect
. If there were an immutable frontend ArrayBuffer library, like Node Buffer, then we could refactor all of purescript-protobuf to be pure.In the meantime, it is totally fine to run everything in
unsafePerformEffect
. rowtype-yoga/purescript-arraybuffer-builder#2The text was updated successfully, but these errors were encountered: