Identifiable.S.Tbl

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

NAME

Identifiable.S.Tbl - no description  

Module

Module Identifiable.S.Tbl  

Documentation

Module 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
Documentation

This document was created by man2html, using the manual pages.
Time: 19:30:18 GMT, May 22, 2024