Copyright | (c) axionbuster 2025 |
---|---|
License | BSD-3-Clause |
Safe Haskell | None |
Language | GHC2021 |
Provides the core serialization framework including Pack and Unpack typeclasses, along with utilities for numeric types, newtypes, bit operations, and Template Haskell support for automated instance derivation.
Synopsis
- module M.Pack.Internal.Types
- module M.Pack.Internal.Num
- module M.Pack.Internal.Newtypes
- module M.Pack.Internal.Bit
- module M.Pack.Internal.TH
Documentation
module M.Pack.Internal.Types
instances for numbers; utilities for packing and unpacking numbers
in specific formats; instances for Bool
module M.Pack.Internal.Num
newtypes for modulating serialization behavior
module M.Pack.Internal.Newtypes
bit-fiddling: bitsets, bitflags, etc.
module M.Pack.Internal.Bit
module M.Pack.Internal.TH