Identifiable.Tbl

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

NAME

Identifiable.Tbl - no description  

Module type

Module type Identifiable.Tbl  

Documentation

Module type Tbl
 =  sig end

module T : sig end

include Hashtbl.S

val to_list : 'a t -> (T.t * 'a) list

val of_list : (T.t * 'a) list -> 'a t

val to_map : 'a t -> 'a Stdlib.Map.Make(T).t

val of_map : 'a Stdlib.Map.Make(T).t -> 'a t

val memoize : 'a t -> (key -> 'a) -> key -> 'a

val map : 'a t -> ('a -> 'b) -> 'b t


 

Index

NAME
Module type
Documentation

This document was created by man2html, using the manual pages.
Time: 15:50:49 GMT, May 22, 2024