table of contents
other versions
- bookworm 4.13.1-4
- testing 5.2.0-3
- unstable 5.3.0-1
- experimental 5.3.0-1~exp2
MoreLabels(3o) | OCaml library | MoreLabels(3o) |
NAME¶
MoreLabels - 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
2025-01-15 | OCamldoc |