Module Textual.QualifiedProcName
type enclosing_class = | TopLevel| Enclosing of TypeName.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compareinclude Ppx_compare_lib.Equal.S with type t := t
val equal : t Base__Ppx_compare_lib.equalinclude Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_foldval hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_valueval pp : F.formatter -> t -> unitval contains_wildcard : t -> boolval is_python_builtin : t -> boolval is_llvm_builtin : t -> boolmodule Hashtbl : Hashtbl.S with type key = t