val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val type_id_name : t -> stringval type_id_uid : t -> Core_kernel.Type_equal.Id.Uid.tval create : 'a Core_kernel.Type_equal.Id.t -> 'a -> tval does_match : t -> _ Core_kernel.Type_equal.Id.t -> booldoes_match t idreturnstrueifftwas created bycreate id v.
val match_ : t -> 'a Core_kernel.Type_equal.Id.t -> 'a optionmatch_ t idreturnsSome viftwas created bycreate id v, and returnsNoneotherwise.match_exn t idreturnsviftwas created bycreate id v, and raises otherwise.
val match_exn : t -> 'a Core_kernel.Type_equal.Id.t -> 'a
module View : sig ... end