rethinkdb-1.15.0.0: Database/RethinkDB/Wire.hs
module Database.RethinkDB.Wire where class WireValue a where toWire :: a -> Int fromWire :: Int -> Maybe a
module Database.RethinkDB.Wire where class WireValue a where toWire :: a -> Int fromWire :: Int -> Maybe a