| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
GHC.Iface.Recomp.Binary
Contents
Description
Computing fingerprints of values serializable with GHC's "Binary" module.
Synopsis
- fingerprintBinMem :: BinHandle -> IO Fingerprint
 - computeFingerprint :: Binary a => (BinHandle -> Name -> IO ()) -> a -> IO Fingerprint
 - putNameLiterally :: BinHandle -> Name -> IO ()
 
Computing fingerprints
computeFingerprint :: Binary a => (BinHandle -> Name -> IO ()) -> a -> IO Fingerprint Source #