Module Env.VAR

Utility module that maps any string to a physically unique upper-cased internal representation.

type t
val pp : t Pretty.printer
val of_string : string -> t
val to_uppercase_string : t -> string
val compare : t -> t -> int
val equal : t -> t -> bool