MoreLabels

Section: OCaml library (3o)
Updated: 2023-02-12
Index Return to Main Contents
 

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


 

Index

NAME
Module
Documentation

This document was created by man2html, using the manual pages.
Time: 18:11:15 GMT, April 26, 2024