package core

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.2.tar.gz
md5=6f07bb82d51d695ac4e76c8ac7f55902
sha512=c3c401fded188f74cf7ce6b1b07e7bc59fe18441eec602d174bfd48db13370fda986dd9f66d4ff9c26254ea2b381e7c51b366df9d2dfbf66fda281b4def3166a

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.