Data.Object
Documentation
Constructors
| Mapping [(ByteString, Object)] | |
| Sequence [Object] | |
| Scalar ByteString |
class FromObject a whereSource
Methods
fromObject :: Monad m => Object -> m aSource
Instances
| FromObject String | |
| FromObject ByteString | |
| FromObject Object | |
| (StrictByteString bs, FromObject o) => FromObject [(bs, o)] | |
| FromObject o => FromObject [o] |