Up

Module Stable

The 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.

Signature

module Of_binable : sig .. end
module Of_binable1 : sig .. end
module Of_binable2 : sig .. end
module Of_sexpable : sig .. end
module Of_stringable : sig .. end