package core

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.1.tar.gz
md5=743a141234e04210e295980f7a78a6d9
sha512=61b415f4fb12c78d30649fff1aabe3a475eea926ce6edb7774031f4dc7f37ea51f5d9337ead6ec73cd93da5fd1ed0f2738c210c71ebc8fe9d7f6135a06bd176f

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.