foundation icon indicating copy to clipboard operation
foundation copied to clipboard

rewrite a ghc 8.2 friendly array with unboxed sum type instead of 2 constructors

Open vincenthz opened this issue 8 years ago • 0 comments

The end goal is to end up with something like this:

data UArray ty = UArray (Offset ty) (Size ty) (# ByteArray# | FinalPtr ty #)

vincenthz avatar Jun 09 '17 16:06 vincenthz