Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
atomicError :: Text -> Either DecodeError a Source #
decodeAtom :: MsgpackDecode a => [Object] -> Either DecodeError ([Object], a) Source #
foldAtomic :: RpcCall a -> ([Request], [Object] -> Either DecodeError ([Object], a)) Source #
checkLeftovers :: ([Object], a) -> Either DecodeError a Source #
atomicRequest :: [Request] -> Request Source #
atomicResult :: ([Object] -> Either DecodeError ([Object], a)) -> Object -> Either DecodeError a Source #