ghc-prim: levity-polymorphic array equality ops
This patch changes the pointer-equality comparison operations in GHC.Prim.PtrEq to work with arrays of unlifted values, e.g. sameArray# :: forall {l} (a :: TYPE (BoxedRep l)). Array# a -> Array# a -> Int# Fixes #22976
Loading
-
mentioned in merge request !9976 (closed)
-
mentioned in issue #23048 (closed)
Please register or sign in to comment