Module Ocamlapi__.Path_trie.Path

include Path_segment
val rule : Re2.t
type t =
| Dynamic of {
variable : string;
}
| Static of string
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t
val compare : t ‑> t ‑> int
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
val extract_components : Re2.Match.t ‑> t Core.List.t
val variable_name : t ‑> string option
val path_segments_and_variable_names : Core.String.t ‑> t Core.List.t * Core.String.Set.t
include sig ... end
val compare : Path_segment.t ‑> Path_segment.t ‑> Core_kernel__.Import.int
val hash_fold_t : Ppx_hash_lib.Std.Hash.state ‑> Path_segment.t ‑> Ppx_hash_lib.Std.Hash.state
val hash : Path_segment.t ‑> Ppx_hash_lib.Std.Hash.hash_value
val hashable : Path_segment.t Core_kernel__.Hashtbl.Hashable.t
module Table : sig ... end
module Hash_set : sig ... end
module Hash_queue : sig ... end