Skip to content
Snippets Groups Projects
Commit f70a0239 authored by sheaf's avatar sheaf Committed by Marge Bot
Browse files

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
No related merge requests found
Pipeline #63632 failed
Pipeline: ghcup-ci

#63642

    Pipeline: head.hackage

    #63640

      Pipeline: head.hackage

      #63638

        Loading
        0% Loading or .
        You are about to add 0 people to the discussion. Proceed with caution.
        Finish editing this message first!
        Please register or to comment