| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
GHC.ByteCode.Recomp.Binary
Contents
Synopsis
- computeFingerprint :: Binary a => (WriteBinHandle -> Name -> IO ()) -> a -> Fingerprint
Fingerprinting ByteCode objects
computeFingerprint :: Binary a => (WriteBinHandle -> Name -> IO ()) -> a -> Fingerprint Source #
Create a Fingerprint using the appropriate serializers
for ModuleByteCode.