@hackage flat-maybe0.1.0.0

Strict Maybe without space and indirection overhead

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.