val hash : t -> int
val compare : t -> t -> Ordering.t
val to_string : t -> string
val make : string -> t
val get : string -> t option
Like make
except it returns None
if the string hasn't been registered with make
previously.
val all : unit -> t list
Return the list of all existing t
s.
module Set : sig ... end