flat-maybe-0.1.0.0: Strict Maybe without space and indirection overhead

Safe HaskellNone
LanguageHaskell2010

Data.Maybe.Flat

Documentation

pattern Nothing :: Maybe a Source

pattern Just :: a -> Maybe a Source

maybe :: b -> (a -> b) -> Maybe a -> b Source