FICHA · MANJARO

haskell-reinterpret-cast

Memory reinterpretation casts for Float/Double and Word32/Word64

  • Library
  • LIBRARY
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

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.

Permissions

Permissions not analysed for this source yet.