Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype TestedWith = TestedWith {
- unwrap :: TestedWith
Documentation
newtype TestedWith Source #
This type exists to provide an Ord
instance for TestedWith
,
which was added in Cabal-syntax-3.10.1.0
.
Instances
Parsec TestedWith Source # | |
Defined in CabalGild.Type.TestedWith parsec :: CabalParsing m => m TestedWith # | |
Pretty TestedWith Source # | |
Defined in CabalGild.Type.TestedWith pretty :: TestedWith -> Doc # prettyVersioned :: CabalSpecVersion -> TestedWith -> Doc # | |
Show TestedWith Source # | |
Defined in CabalGild.Type.TestedWith showsPrec :: Int -> TestedWith -> ShowS # show :: TestedWith -> String # showList :: [TestedWith] -> ShowS # | |
Eq TestedWith Source # | |
Defined in CabalGild.Type.TestedWith (==) :: TestedWith -> TestedWith -> Bool # (/=) :: TestedWith -> TestedWith -> Bool # | |
Ord TestedWith Source # | |
Defined in CabalGild.Type.TestedWith compare :: TestedWith -> TestedWith -> Ordering # (<) :: TestedWith -> TestedWith -> Bool # (<=) :: TestedWith -> TestedWith -> Bool # (>) :: TestedWith -> TestedWith -> Bool # (>=) :: TestedWith -> TestedWith -> Bool # max :: TestedWith -> TestedWith -> TestedWith # min :: TestedWith -> TestedWith -> TestedWith # |