compaREST-0.1.0.1: Compatibility checker for OpenAPI
Safe HaskellNone
LanguageHaskell2010

Data.OpenApi.Compare.Orphans

Orphan instances

Ord Style Source # 
Instance details

Methods

compare :: Style -> Style -> Ordering #

(<) :: Style -> Style -> Bool #

(<=) :: Style -> Style -> Bool #

(>) :: Style -> Style -> Bool #

(>=) :: Style -> Style -> Bool #

max :: Style -> Style -> Style #

min :: Style -> Style -> Style #

Ord OpenApiItems Source # 
Instance details

Ord OpenApiType Source # 
Instance details

Ord ParamLocation Source # 
Instance details

Ord Schema Source # 
Instance details

Ord Discriminator Source # 
Instance details

Ord Xml Source # 
Instance details

Methods

compare :: Xml -> Xml -> Ordering #

(<) :: Xml -> Xml -> Bool #

(<=) :: Xml -> Xml -> Bool #

(>) :: Xml -> Xml -> Bool #

(>=) :: Xml -> Xml -> Bool #

max :: Xml -> Xml -> Xml #

min :: Xml -> Xml -> Xml #

Ord ApiKeyLocation Source # 
Instance details

Ord ApiKeyParams Source # 
Instance details

Ord HttpSchemeType Source # 
Instance details

Ord Reference Source # 
Instance details

Ord AdditionalProperties Source # 
Instance details

Ord a => Ord (Referenced a) Source # 
Instance details

(Ord k, Ord v) => Ord (InsOrdHashMap k v) Source # 
Instance details

(Eq e, Eq (w a)) => Eq (EnvT e w a) Source # 
Instance details

Methods

(==) :: EnvT e w a -> EnvT e w a -> Bool #

(/=) :: EnvT e w a -> EnvT e w a -> Bool #

(Ord e, Ord (w a)) => Ord (EnvT e w a) Source # 
Instance details

Methods

compare :: EnvT e w a -> EnvT e w a -> Ordering #

(<) :: EnvT e w a -> EnvT e w a -> Bool #

(<=) :: EnvT e w a -> EnvT e w a -> Bool #

(>) :: EnvT e w a -> EnvT e w a -> Bool #

(>=) :: EnvT e w a -> EnvT e w a -> Bool #

max :: EnvT e w a -> EnvT e w a -> EnvT e w a #

min :: EnvT e w a -> EnvT e w a -> EnvT e w a #

(Show e, Show (w a)) => Show (EnvT e w a) Source # 
Instance details

Methods

showsPrec :: Int -> EnvT e w a -> ShowS #

show :: EnvT e w a -> String #

showList :: [EnvT e w a] -> ShowS #