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
parent
172ff88f
No related branches found
No related tags found
Pipeline #63632 failed
-
mentioned in merge request !9976 (closed)
-
mentioned in issue #23048 (closed)
Please register or sign in to comment