bookhound-0.1.25.0: Simple Parser Combinators
Safe HaskellSafe-Inferred
LanguageHaskell2010

Bookhound.Utils.Foldable

Documentation

hasNone :: Foldable m => m a -> Bool Source #

hasSome :: Foldable m => m a -> Bool Source #

findJust :: Foldable t => t (Maybe a) -> Maybe a Source #