Description
Provides a unified interface to unsafe Haskell functions. These functions can bypass normal safety guarantees, usually for low-level performance, interoperability, or carefully controlled internal code.
It is useful only when safer APIs are not enough and the developer understands the invariants being assumed. Incorrect use can cause crashes, data corruption, or security problems, so it should be isolated and reviewed carefully.