[Git][ghc/ghc][wip/kirchner/ttg-zurich] Apply 1 suggestion(s) to 1 file(s)

Rodrigo Mesquita (@alt-romes) gitlab at gitlab.haskell.org
Mon Jul 29 12:52:36 UTC 2024



Rodrigo Mesquita pushed to branch wip/kirchner/ttg-zurich at Glasgow Haskell Compiler / GHC


Commits:
72b3c782 by Rodrigo Mesquita at 2024-07-29T12:52:31+00:00
Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: John Ericson <git at johnericson.me>
- - - - -


1 changed file:

- compiler/GHC/Hs/Basic.hs


Changes:

=====================================
compiler/GHC/Hs/Basic.hs
=====================================
@@ -29,8 +29,6 @@ instance Outputable FixityDirection where
 instance Outputable Fixity where
     ppr (Fixity prec dir) = hcat [ppr dir, space, int prec]
 
-instance Eq Fixity where -- Used to determine if two fixities conflict
-  (Fixity p1 dir1) == (Fixity p2 dir2) = p1==p2 && dir1 == dir2
 
 instance Binary Fixity where
     put_ bh (Fixity aa ab) = do



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/72b3c782c5542acf8e4780b07c329863aee30f1c
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/20240729/1ac4cbf2/attachment-0001.html>


More information about the ghc-commits mailing list