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

CabalGild.Type.SomeParsecParser

Documentation

data SomeParsecParser Source #

Constructors

forall c s b a.(Parsec (c s b a), Pretty (c s b a)) => SomeParsecParser (ParsecParser (c s b a)) 

list :: forall s b a. (Parsec (List s b a), Pretty (List s b a)) => SomeParsecParser Source #

set :: forall s b a. (Parsec (Set s b a), Pretty (Set s b a)) => SomeParsecParser Source #