| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Rest.Types.Container
Documentation
data SomeOutput where Source
Constructors
| SomeOutput :: (XmlPickler o, ToJSON o, JSONSchema o) => o -> SomeOutput |
Instances
| ToJSON SomeOutput | |
| JSONSchema SomeOutput | |
| XmlPickler SomeOutput | |
| Typeable * SomeOutput |