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

Bookhound.Utils.List

Documentation

hasNone :: [a] -> Bool Source #

hasSome :: [a] -> Bool Source #

headSafe :: [a] -> Maybe a Source #