MsgpackSourcetype t = Message.t = | Nil| Integer of Base.int| Int64 of Base.Int64.t| UInt64 of Base.Int64.t| Boolean of Base.bool| Floating of Base.float| Array of t Base.list| Map of (t * t) Base.list| String of Base.string| Binary of Base.Bytes.t| Extension of Custom.t