options-1.2.1.2: Powerful and easy command-line option parser
LicenseMIT
Safe HaskellSafe-Inferred
LanguageGHC2021

Options.Util

Description

 

Documentation

hasDuplicates :: Ord a => [a] -> Bool Source #

mapEither :: (a -> Either err b) -> [a] -> Either err [b] Source #