Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 #