Module Error.Stable

module V1 : sig ... end

Info.t is wire-compatible with V2.t, but not V1.t. V1 bin-prots a sexp of the underlying message, whereas V2 bin-prots the underlying message.

module V2 : sig ... end