package trace

  1. Overview
  2. Docs
type 'a t = (module KEY_IMPL with type t = 'a)
val _n : int Stdlib.ref
val create : unit -> (module KEY_IMPL with type t = 'k)
val id : (module KEY_IMPL with type t = 'k) -> int
val equal : 'a 'b. 'a t -> 'b t -> bool
OCaml

Innovation. Community. Security.