rest-types-1.10: Silk Rest Framework Types

Safe HaskellNone
LanguageHaskell98

Rest.Types.Error

Documentation

data Status a b Source

Constructors

Failure a 
Success b 

Instances

Generic (Status a b) 
(ToJSON a, ToJSON b) => ToJSON (Status a b) 
(FromJSON a, FromJSON b) => FromJSON (Status a b) 
(XmlPickler a, XmlPickler b) => XmlPickler (Status a b) 
(JSONSchema a, JSONSchema b) => JSONSchema (Status a b) 
Regular (Status a b) 
Typeable (* -> * -> *) Status 
type Rep (Status a b) 
type PF (Status a b)