package core

  1. Overview
  2. Docs
Industrial strength alternative to OCaml's standard library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=b0e23c1b1049e48cbbaa596d49927c66e6026506031bd7f5b485af6e9475b4e3

doc/core/Core/Sexpable/index.html

Module Core.SexpableSource

This module extends Base.Sexpable.

Sourcemodule Of_sexpable = Base.Sexpable.Of_sexpable
Sourcemodule Of_sexpable1 = Base.Sexpable.Of_sexpable1
Sourcemodule Of_sexpable2 = Base.Sexpable.Of_sexpable2
Sourcemodule Of_sexpable3 = Base.Sexpable.Of_sexpable3
Sourcemodule 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.

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