linear-base icon indicating copy to clipboard operation
linear-base copied to clipboard

Add developer documentation for unlifted mutable arrays

Open utdemir opened this issue 5 years ago • 0 comments

Unlifted mutable arrays, implemented in PR https://github.com/tweag/linear-base/pull/187, has to do some unsafe calls to runRW#; which has some nuances to using it right, as discussed on the PR comments. So, we should add some documentation explaining why we're doing the things we're doing there. It probably should be something along these lines: https://github.com/tweag/linear-base/pull/187#discussion_r489356315

utdemir avatar Sep 16 '20 23:09 utdemir