Module Textual.QualifiedProcName
type enclosing_class = | TopLevel| Enclosing of TypeName.t
val hash_fold_enclosing_class :
Ppx_hash_lib.Std.Hash.state ->
enclosing_class ->
Ppx_hash_lib.Std.Hash.stateval hash_enclosing_class : enclosing_class -> Ppx_hash_lib.Std.Hash.hash_valuetype method_kind = | ClassMethod| InstanceMethod
val hash_fold_method_kind :
Ppx_hash_lib.Std.Hash.state ->
method_kind ->
Ppx_hash_lib.Std.Hash.stateval hash_method_kind : method_kind -> Ppx_hash_lib.Std.Hash.hash_valueinclude 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 is_cross_lang : t -> boolmodule Map : Stdlib.Map.S with type key = tval pp : F.formatter -> t -> unitval contains_wildcard : t -> boolval is_hack_closure_generated_invoke : t -> boolval is_python_builtin : t -> boolval is_llvm_builtin : t -> boolval is_llvm_init_tuple : t -> boolmodule Hashtbl : Hashtbl.S with type key = t