package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module extends Base.Sexpable.

include module type of struct include Base.Sexpable end
module type S = Sexpable.S
module type S1 = Sexpable.S1
module type S2 = Sexpable.S2
module type S3 = Sexpable.S3
module Of_sexpable = Base.Sexpable.Of_sexpable

For when you want the sexp representation of one type to be the same as that for some other isomorphic type.

module Of_sexpable1 = Base.Sexpable.Of_sexpable1
module Of_sexpable2 = Base.Sexpable.Of_sexpable2
module Of_sexpable3 = Base.Sexpable.Of_sexpable3
module Of_stringable = Base.Sexpable.Of_stringable
module To_stringable (M : Sexpable.S) : sig ... end
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.