package diffast-core

  1. Overview
  2. Docs
type ('a, 'b, 'c, 'd, 'e) t = ('a, ('b, ('c, ('d, 'e) Hashtbl.t) Hashtbl.t) Hashtbl.t) Hashtbl.t
val create : unit -> ('a, 'b, 'c, 'd, 'e) t
val find : ('a, ('b, ('c, ('d, 'e) Hashtbl.t) Hashtbl.t) Hashtbl.t) Hashtbl.t -> 'a -> 'b -> 'c -> 'd -> 'e
val add : ('a, ('b, ('c, ('d, 'e) Hashtbl.t) Hashtbl.t) Hashtbl.t) Hashtbl.t -> 'a -> 'b -> 'c -> 'd -> 'e -> unit
val clear : ('a, ('b, ('c, ('d, 'e) Hashtbl.t) Hashtbl.t) Hashtbl.t) Hashtbl.t -> unit
val length : ('a, ('b, ('c, ('d, 'e) Hashtbl.t) Hashtbl.t) Hashtbl.t) Hashtbl.t -> int
OCaml

Innovation. Community. Security.