[Git][ghc/ghc][wip/T24978] Fix typo

Simon Peyton Jones (@simonpj) gitlab at gitlab.haskell.org
Fri Jul 5 22:15:26 UTC 2024



Simon Peyton Jones pushed to branch wip/T24978 at Glasgow Haskell Compiler / GHC


Commits:
c1e2c733 by Simon Peyton Jones at 2024-07-05T23:15:05+01:00
Fix typo

- - - - -


1 changed file:

- compiler/GHC/Iface/Type.hs


Changes:

=====================================
compiler/GHC/Iface/Type.hs
=====================================
@@ -2471,7 +2471,7 @@ instance Binary IfaceCoercion where
 instance Binary IfaceAxiomRule where
   put_ bh (IfaceAR_X n)   = putByte bh 0 >> put_ bh n
   put_ bh (IfaceAR_U n)   = putByte bh 1 >> put_ bh n
-  put_ bh (IfaceAR_B n i) = putByte bh 1 >> put_ bh n >> put_ bh i
+  put_ bh (IfaceAR_B n i) = putByte bh 2 >> put_ bh n >> put_ bh i
 
   get bh = do h <- getByte bh
               case h of



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c1e2c733a66c1a3a220db1c8236bbb7382210d7c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c1e2c733a66c1a3a220db1c8236bbb7382210d7c
You're receiving this email because of your account on gitlab.haskell.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20240705/3cb83ea4/attachment.html>


More information about the ghc-commits mailing list