bookhound-0.1.0.0: Simple Parser Combinators & Parsers for usual data formats
Safe HaskellSafe-Inferred
LanguageHaskell2010

Utils.Foldable

Documentation

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

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

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