Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
CabalGild.Type.List
Documentation
Instances
Newtype [a] (List s b a) Source # | |
(Newtype a b, Parsec b, Sep s) => Parsec (List s b a) Source # | |
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 # | |
Defined in CabalGild.Type.List | |
(Newtype a b, Pretty b, Sep s) => Pretty (List s b a) Source # | |
Defined in CabalGild.Type.List |