val scope : t -> int
val name : ?paren:(string -> bool) -> t -> string
val print : Stdlib.Format.formatter -> t -> unit
val last : t -> string
val is_constructor_typath : t -> bool
module Map : Stdlib.Map.S with type key = t
module Set : Stdlib.Set.S with type elt = t