Module Interned.No_interning
Parameters
Signature
val compare : t -> t -> Stdune.Ordering.tval to_string : t -> stringval pp : t Stdune.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 ... endmodule Map : Stdune.Map.S with type key = t