streamly
streamly copied to clipboard
fromPtr, fromBytes in Array module should be monadic
Otherwise we may create a lazy thunk which is evaluated later and we might be using a stale pointer.
This is already done. We can close this.
fromPtrN should be made monadic.