[Git][ghc/ghc][wip/refactor-iface] Apply 2 suggestion(s) to 1 file(s)

Matthew Pickering (@mpickering) gitlab at gitlab.haskell.org
Fri Mar 14 13:17:09 UTC 2025



Matthew Pickering pushed to branch wip/refactor-iface at Glasgow Haskell Compiler / GHC


Commits:
aee6cf07 by Matthew Pickering at 2025-03-14T13:17:05+00:00
Apply 2 suggestion(s) to 1 file(s)

Co-authored-by: sheaf <sam.derbyshire at gmail.com>
- - - - -


1 changed file:

- compiler/GHC/Utils/Binary.hs


Changes:

=====================================
compiler/GHC/Utils/Binary.hs
=====================================
@@ -2093,10 +2093,8 @@ instance (Binary v) => Binary (IntMap v) where
   get bh = IntMap.fromAscList <$> get bh
 
 
-{-
-Note [FingerprintWithValue]
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
+{- Note [FingerprintWithValue]
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 FingerprintWithValue is a wrapper which allows us to store a fingerprint and
 optionally the value which was used to create the fingerprint.
 
@@ -2106,7 +2104,6 @@ to create the fingerprint (e.g. the DynFlags).
 
 The wrapper is useful to ensure that the fingerprint can be read quickly without
 having to deserialise the value itself.
-
 -}
 
 -- | A wrapper which allows us to store a fingerprint and optionally the value which



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/aee6cf07f486388b289ac9d100ef5070249476fd
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/20250314/cd8377f1/attachment-0001.html>


More information about the ghc-commits mailing list