Dolmen_std.NameNames
This is an abstraction of the names that can appear in parsed files. Names are basically a slightly more structured representation of the strings used to refer to symbols in input files.
val hash : t -> intval print : Format.formatter -> t -> unitPrinting function.
val simple : string -> tCreate a simple/regular name.
val indexed : string -> string list -> tCreate an indexed name.
val qualified : string list -> string -> tCreate a qualified name.