ghc-lib-parser-9.6.1.20230312: The GHC API, decoupled from GHC versions
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Iface.Recomp.Binary

Description

Computing fingerprints of values serializable with GHC's "Binary" module.

Synopsis

Computing fingerprints

putNameLiterally :: BinHandle -> Name -> IO () Source #

Used when we want to fingerprint a structure without depending on the fingerprints of external Names that it refers to.