Module Interned.Make
Parameters
Signature
val compare : t -> t -> Ordering.tval to_string : t -> stringval pp : t Fmt.tval make : string -> tval get : string -> t optionLike
makeexcept it returnsNoneif the string hasn't been registered withmakepreviously.
val all : unit -> t listReturn the list of all existing
ts.
module Set : sig ... end