Module Names.ModuleNameSource

Sourcetype t
Sourceval to_string : t -> string
Sourceval to_string_unsafe : t -> string
Sourceval make_std : string -> t
Sourceval of_ident : Ident.t -> t
Sourceval hidden_of_string : string -> t
Sourceval hidden_of_ident : Ident.t -> t
Sourceval shadowed_of_string : string -> t
Sourceval shadowed_of_ident : Ident.t -> t
Sourceval equal_modulo_shadowing : t -> t -> bool
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval fmt : Format.formatter -> t -> unit
Sourceval is_hidden : t -> bool