Concrete_ident_view.RelPath
A relational path is a path composed of relational chunks.
module Chunk : sig ... end
A relational chunk is a short path describing "mandatory" nestings between items: e.g. a field below a struct, an enum below an enum variants, etc.
type t = Chunk.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