Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Provides a typeclass for everything that may carry a void value
Documentation
Typeclass for everything that may carry a void value
expandMaybe :: (Eq n, None n) => n -> Maybe n Source
reduceMaybe :: [Maybe a] -> [a] Source
Eliminate all Nothing
s from the list and unjust all remaining values.