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 = Sexpable.Of_sexpable
module Of_sexpable1 = Sexpable.Of_sexpable1
module Of_sexpable2 = Sexpable.Of_sexpable2
module Of_sexpable3 = Sexpable.Of_sexpable3
module Of_stringable = Sexpable.Of_stringable
module To_stringable = Sexpable.To_stringable
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.

OCaml

Innovation. Community. Security.