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

CabalGild.Type.List

Documentation

newtype List s b a Source #

Constructors

List 

Fields

Instances

Instances details
Newtype [a] (List s b a) Source # 
Instance details

Defined in CabalGild.Type.List

Methods

pack :: [a] -> List s b a #

unpack :: List s b a -> [a] #

(Newtype a b, Parsec b, Sep s) => Parsec (List s b a) Source # 
Instance details

Defined in CabalGild.Type.List

Methods

parsec :: CabalParsing m => m (List s b a) #

(Newtype a b, Pretty b) => Pretty (List CommaFSep b a) Source # 
Instance details

Defined in CabalGild.Type.List

(Newtype a b, Pretty b, Sep s) => Pretty (List s b a) Source # 
Instance details

Defined in CabalGild.Type.List

Methods

pretty :: List s b a -> Doc #

prettyVersioned :: CabalSpecVersion -> List s b a -> Doc #