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