cabal-gild-1.5.0.0: Formats package descriptions.
Safe HaskellSafe-Inferred
LanguageHaskell2010

CabalGild.Unstable.Extra.CharParsing

Synopsis

Documentation

parens :: CabalParsing m => m a -> m a Source #

Wraps the given parser in parentheses.

token :: CabalParsing m => String -> m () Source #

Parses the given string followed by any amount of blank space.