Data.Autolib.Transport.HaXR
Contents
Description
HaXR backend.
This module provides Transport and Atom instances for HaXR.
Transport
Atom
Methods
fromAtom :: Value -> Error ByteString Source #
toAtom :: ByteString -> Value Source #
fromAtom :: Value -> Error Text Source #
toAtom :: Text -> Value Source #
fromAtom :: Value -> Error Integer Source #
toAtom :: Integer -> Value Source #
fromAtom :: Value -> Error String Source #
toAtom :: String -> Value Source #
fromAtom :: Value -> Error Bool Source #
toAtom :: Bool -> Value Source #
fromAtom :: Value -> Error Double Source #
toAtom :: Double -> Value Source #
encode :: Trans Value -> Value Source #
decode :: Value -> Error (Trans Value) Source #