| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
CabalGild.Unstable.Type.TestedWith
Documentation
data TestedWith Source #
Constructors
| MkTestedWith | |
Fields | |
Instances
| Parsec TestedWith Source # | |
Defined in CabalGild.Unstable.Type.TestedWith Methods parsec :: CabalParsing m => m TestedWith # | |
| Pretty TestedWith Source # | |
Defined in CabalGild.Unstable.Type.TestedWith | |
| Show TestedWith Source # | |
Defined in CabalGild.Unstable.Type.TestedWith Methods showsPrec :: Int -> TestedWith -> ShowS # show :: TestedWith -> String # showList :: [TestedWith] -> ShowS # | |
| Eq TestedWith Source # | |
Defined in CabalGild.Unstable.Type.TestedWith | |
| Ord TestedWith Source # | |
Defined in CabalGild.Unstable.Type.TestedWith Methods compare :: TestedWith -> TestedWith -> Ordering # (<) :: TestedWith -> TestedWith -> Bool # (<=) :: TestedWith -> TestedWith -> Bool # (>) :: TestedWith -> TestedWith -> Bool # (>=) :: TestedWith -> TestedWith -> Bool # max :: TestedWith -> TestedWith -> TestedWith # min :: TestedWith -> TestedWith -> TestedWith # | |