This module extends Base.Sexpable.
include module type of sig ... endmodule type S : sig ... endmodule type S1 : sig ... endmodule type S2 : sig ... endmodule type S3 : sig ... endmodule Of_sexpable = Base__Sexpable.Of_sexpablemodule Of_sexpable1 = Base__Sexpable.Of_sexpable1module Of_sexpable2 = Base__Sexpable.Of_sexpable2module Of_sexpable3 = Base__Sexpable.Of_sexpable3module To_stringable : functor (M : S) -> Core_kernel__.Import.Stringable.S with type t := M.tmodule Stable : sig ... endThe following functors preserve stability: if applied to stable types with stable (de)serializations, they will produce stable types with stable (de)serializations.