turtle-options-0.1.0.4: Collection of command line options and parsers for these options

Safe HaskellSafe
LanguageHaskell2010

Turtle.Options.Parsers

Synopsis

Documentation

type Parser a = Parsec String () a Source

(<:>) :: Applicative f => f a -> f [a] -> f [a] infixr 5 Source