package colibri2

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Map, Set, and hash for Unit type. Mainly for fun

type t = unit
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> int
val hash_fold_t : t Base.Hash.folder
val pp : t Pp.pp
module M : Map_intf.Map with type key = unit and type +'a t = 'a option and type 'a data = 'a
module S : Map_intf.Set with module M = M
module H : Exthtbl.Hashtbl.S with type key = unit
OCaml

Innovation. Community. Security.