package ocaml-base-compiler

  1. Overview
  2. Docs
Official release 4.14.2

Install

Dune Dependency

Authors

Maintainers

Sources

4.14.2.tar.gz
sha256=c2d706432f93ba85bd3383fa451d74543c32a4e84a1afaf3e8ace18f7f097b43

doc/stdlib/Stdlib/MoreLabels/index.html

Module Stdlib.MoreLabelsSource

Extra labeled libraries.

This meta-module provides labelized versions of the Hashtbl, Map and Set modules.

This module is intended to be used through open MoreLabels which replaces Hashtbl, Map, and Set with their labeled counterparts.

For example:

  open MoreLabels

  Hashtbl.iter ~f:(fun ~key ~data -> g key data) table
Sourcemodule Hashtbl : sig ... end

Hash tables and hash functions.

Sourcemodule Map : sig ... end

Association tables over ordered types.

Sourcemodule Set : sig ... end

Sets over ordered types.

OCaml

Innovation. Community. Security.