package provider

  1. Overview
  2. Docs
type ('t, 'module_type, 'tag) t
module Create (X : sig ... end) : sig ... end
module Create0 (X : sig ... end) : sig ... end
module Create1 (X : sig ... end) : sig ... end
module Create2 (X : sig ... end) : sig ... end
val uid : (_, _, _) t -> int

Return a id that is unique to this trait for the lifetime of the program.

val same_witness : ('t, 'mt1, _) t -> ('t, 'mt2, _) t -> ('mt1, 'mt2) Provider__.Type_eq_opt.t
val same : (_, _, _) t -> (_, _, _) t -> bool
OCaml

Innovation. Community. Security.