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

CabalGild.Type.Set

Documentation

newtype Set s b a Source #

Constructors

Set 

Fields

Instances

Instances details
Newtype (Set a) (Set s b a) Source # 
Instance details

Defined in CabalGild.Type.Set

Methods

pack :: Set0 a -> Set s b a #

unpack :: Set s b a -> Set0 a #

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

Defined in CabalGild.Type.Set

Methods

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

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

Defined in CabalGild.Type.Set

(Newtype a b, Pretty b) => Pretty (Set CommaVCat b a) Source # 
Instance details

Defined in CabalGild.Type.Set

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

Defined in CabalGild.Type.Set

Methods

pretty :: Set s b a -> Doc #

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