ocaml-base-compiler
Official release 4.14.0
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package ocaml-base-compiler
-
dynlink
-
ocamlbytecomp
-
ocamlcommon
-
ocamlmiddleend
-
ocamloptcomp
-
odoc_info
-
stdlib
-
str
-
unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library stdlib
val hash : int -> t -> int
same as Hashtbl.SeededHashedType
equality predicate used to compare a key with the one in a container. Can return EDead
if the keys in the container are dead
create key data
creates a container from some initials keys and one data
val get_data : 'a container -> 'a option
get_data cont
returns the data if it is alive
val check_key : 'a container -> bool
check_key cont
checks if all the keys contained in the data are alive
ON THIS PAGE
No table of contents