mbug-1.3.2: download bugs mailboxes

Safe HaskellSafe
LanguageHaskell2010

Data.Maybe.Extended

Synopsis

Documentation

module Data.Maybe

maybeToAlternative :: Alternative f => Maybe a -> f a Source #

Convert Maybe value into arbitrary Alternative instance, mapping Nothing into empty.