ghc-8.4.4: The GHC API

Safe HaskellNone
LanguageHaskell2010

BinFingerprint

Contents

Description

Computing fingerprints of values serializeable 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.