Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
A uid is particularly useful when you need to quickly look up or sort traits, as it provides a consistent and unique way to identify each trait. You can use it to manipulate traits within container structures, making it easier to store, retrieve, and compare traits at runtime.
include Ppx_compare_lib.Comparable.S with type t := t
include Ppx_compare_lib.Equal.S with type t := t
val sexp_of_t : t -> Sexplib0.Sexp.t
include Base.Comparable.S with type t := t
val comparator : (t, comparator_witness) Base__Comparator.comparator