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

CabalGild.Type.Comment

Documentation

data Comment a Source #

Constructors

Comment 

Fields

Instances

Instances details
Show a => Show (Comment a) Source # 
Instance details

Defined in CabalGild.Type.Comment

Methods

showsPrec :: Int -> Comment a -> ShowS #

show :: Comment a -> String #

showList :: [Comment a] -> ShowS #

Eq a => Eq (Comment a) Source # 
Instance details

Defined in CabalGild.Type.Comment

Methods

(==) :: Comment a -> Comment a -> Bool #

(/=) :: Comment a -> Comment a -> Bool #