| Safe Haskell | None |
|---|
Rest.Types.Container
Documentation
Instances
| Typeable2 StringMap | |
| (Show a, Show b) => Show (StringMap a b) | |
| (ToString a, ToJSON b) => ToJSON (StringMap a b) | |
| (IsString a, FromJSON b) => FromJSON (StringMap a b) | |
| (IsString a, ToString a, XmlPickler b) => XmlPickler (StringMap a b) | |
| Regular (StringMap a0 b0) | |
| (IsString a, ToString a, JSONSchema b) => JSONSchema (StringMap a b) |
data SomeOutput whereSource
Constructors
| SomeOutput :: (XmlPickler o, ToJSON o, JSONSchema o) => o -> SomeOutput |
Instances
| Typeable SomeOutput | |
| ToJSON SomeOutput | |
| XmlPickler SomeOutput | |
| JSONSchema SomeOutput |