Module Ocamlapi__.Path_trie.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