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#
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#