[Git][ghc/ghc][wip/ttg-booleanformula] cleaned up remaing instances of BooleanFormula (RdrName)
Hassan Al-Awwadi (@hassan.awwadi)
gitlab at gitlab.haskell.org
Sun Oct 6 10:14:51 UTC 2024
Hassan Al-Awwadi pushed to branch wip/ttg-booleanformula at Glasgow Haskell Compiler / GHC
Commits:
41731de8 by Hassan Al-Awwadi at 2024-10-06T12:14:35+02:00
cleaned up remaing instances of BooleanFormula (RdrName)
- - - - -
1 changed file:
- utils/check-exact/ExactPrint.hs
Changes:
=====================================
utils/check-exact/ExactPrint.hs
=====================================
@@ -2989,7 +2989,7 @@ instance ExactPrint (AnnDecl GhcPs) where
-- ---------------------------------------------------------------------
-instance ExactPrint (BF.BooleanFormula (LocatedN RdrName)) where
+instance ExactPrint (BF.BooleanFormula GhcPs) where
getAnnotationEntry = const NoEntryVal
setAnnotationAnchor a _ _ _ = a
@@ -4706,7 +4706,7 @@ instance ExactPrint (LocatedL [LocatedA (ConDeclField GhcPs)]) where
(an', fs') <- markAnnList an (markAnnotated fs)
return (L an' fs')
-instance ExactPrint (LocatedL (BF.BooleanFormula (LocatedN RdrName))) where
+instance ExactPrint (LocatedL (BF.BooleanFormula GhcPs)) where
getAnnotationEntry = entryFromLocatedA
setAnnotationAnchor = setAnchorAn
exact (L an bf) = do
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41731de827a3222773068f68305b711570c8741e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/41731de827a3222773068f68305b711570c8741e
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/20241006/a0221644/attachment-0001.html>
More information about the ghc-commits
mailing list