servant-quickcheck-0.1.1.0: QuickCheck entire APIs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Servant.QuickCheck.Internal.ErrorTypes

Synopsis

Documentation

data PredicateFailure Source #

data ServerEqualityFailure Source #

Instances

Instances details
Exception ServerEqualityFailure Source # 
Instance details

Defined in Servant.QuickCheck.Internal.ErrorTypes

Generic ServerEqualityFailure Source # 
Instance details

Defined in Servant.QuickCheck.Internal.ErrorTypes

Associated Types

type Rep ServerEqualityFailure :: Type -> Type #

Show ServerEqualityFailure Source # 
Instance details

Defined in Servant.QuickCheck.Internal.ErrorTypes

type Rep ServerEqualityFailure Source # 
Instance details

Defined in Servant.QuickCheck.Internal.ErrorTypes

type Rep ServerEqualityFailure = D1 ('MetaData "ServerEqualityFailure" "Servant.QuickCheck.Internal.ErrorTypes" "servant-quickcheck-0.1.1.0-EPHFkxHeyflC5kksDPNIoP" 'False) (C1 ('MetaCons "ServerEqualityFailure" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Request) :*: (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Response ByteString)) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Response ByteString)))))

Pretty printing