flat-maybe

Strict Maybe without space and indirection overhead

https://github.com/AndrasKovacs/flat-maybe

Latest on Hackage:0.1.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by András Kovács
Maintained by [email protected]

Strict Maybe without space and indirection overhead. Inspired by Rust's Option, which is represented by either a pointer to the object or a specific "null" pointer. The implementation is a giant unsafe trick.