Description
Provides memory reinterpretation casts between Float, Double, Word32, and Word64 in Haskell. These casts let code view the same bits as another numeric type without doing a normal numeric conversion.
It is useful for binary formats, serialization, numeric algorithms, and low-level interoperability. It is a developer library and requires care because bit reinterpretation can be platform-sensitive and easy to misuse.