package core

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

This module extends Base.Sexpable.

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 Of_stringable = Base.Sexpable.Of_stringable

New code should use the [@@deriving sexp] syntax directly. These module types (S, S1, S2, and S3) are exported for backwards compatibility only.

module type S = Base.Sexpable.S
module type S1 = Base.Sexpable.S1
module type S2 = Base.Sexpable.S2
module type S3 = Base.Sexpable.S3
module To_stringable (M : S) : Base.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.