Sexpable.StableThe following functors preserve stability: if applied to stable types with stable (de)serializations, they will produce stable types with stable (de)serializations.
Note: In all cases, stability of the input (and therefore the output) depends on the semantics of all conversion functions (e.g. to_string, to_sexpable) not changing in the future.
module Of_sexpable : sig ... endmodule Of_sexpable1 : sig ... endmodule Of_sexpable2 : sig ... endmodule Of_sexpable3 : sig ... endmodule Of_stringable : sig ... endmodule To_stringable : sig ... end