Module Textual.VarName

type t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
include Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equal
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val location : t -> Location.t
val of_string : ?loc:Location.t -> string -> t
val of_mangled : ?loc:Location.t -> IR.Mangled.t -> t
val to_string : t -> string
val to_mangled : t -> IR.Mangled.t
val pp : F.formatter -> t -> unit
module Hashtbl : Hashtbl.S with type key = t
module HashSet : IStdlib.HashSet.S with type elt = t
module Map : Stdlib.Map.S with type key = t
module Set : Stdlib.Set.S with type elt = t
val is_hack_reified_generics_param : t -> bool