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
SmallUnliftedArray exists nowadays in primitive-unlifted.
It would be nice to add an implementation for it.
e.g., probably:
runSmallUnliftedArrayST:: (foralls.STs (SmallUnliftedArray_unlifted_aa)) ->SmallUnliftedArray_unlifted_aa
{-# INLINE runSmallUnliftedArrayST #-}
runSmallUnliftedArrayST f =SmallUnliftedArray (Exts.runRW# (\s0 ->case f ofST g ->case g s0 of (# _, SmallUnliftedArray r #) -> r))
SmallUnliftedArray exists nowadays in primitive-unlifted.
It would be nice to add an implementation for it.
e.g., probably:
(though note haskell-primitive/primitive-unlifted#43 )
The text was updated successfully, but these errors were encountered: