Description
Provides wrappers for primitive operations in Haskell. These low-level building blocks are used by performance-sensitive libraries that need direct access to primitive arrays, memory, or operations.
It is useful for containers, vector-like libraries, parsers, serialization, and systems code. It is a foundational developer library and should be used with care because abstractions are close to runtime details.