Concrete_ident_view.ModPath
A "module and crate"-only path. This is the longest `mod` suffix of a definition identifier path. This is a list of disambiguated strings.
module T : sig ... end
include module type of struct include T end
type t = DisambiguatedString.t Prelude.list
val pp :
Ppx_deriving_runtime.Format.formatter ->
t ->
Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val compare : t -> t -> Prelude.int
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
val hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.state
val hash : t -> Ppx_hash_lib.Std.Hash.hash_value
include sig ... end
val comparator :
(DisambiguatedString.t Prelude.list, comparator_witness)
Base__Comparator.comparator
module Map : sig ... end