MoreLabels.3o - Man Page

Extra labeled libraries.

Module

Module   MoreLabels

Documentation

Module MoreLabels
: sig end

Extra labeled libraries.

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

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

For example:

     open MoreLabels

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

module Hashtbl : sig end

module Map : sig end

module Set : sig end

Info

2024-01-25 OCamldoc OCaml library