Names.ModuleNameval to_string : t -> stringval to_string_unsafe : t -> stringto_string_unsafe will allow even internal names to be turned into strings. Use with caution.
val of_string : string -> tval of_ident : Ident.t -> tval internal_of_string : string -> tval internal_of_ident : Ident.t -> tval is_internal : t -> boolHidden names are those that contain a double underscore, e.g. Hidden__module