Module type Odoc_model__Names.SimpleName

Some named objects can't have internal names, so they have this simpler module.

type t
val to_string : t -> string
val of_string : string -> t
val of_ident : Ident.t -> t
val equal : t -> t -> bool
val is_hidden : t -> bool