Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Binrep.CBLen
Documentation
type family CBLen a :: Natural Source #
The length in bytes of any value of the given type is constant.
Many binary representation primitives are constant, or store their size in
their type. This is a stronger statement about their length than BLen
.