Module Volgo_stdlib.Fsegment

include module type of struct include Fpath_sexp0.Fsegment end
type t = Fpath_sexp0__Fsegment.t
val sexp_of_t : t -> Sexplib0.Sexp.t
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val seeded_hash : int -> t -> int
val of_string : string -> (t, [ `Msg of string ]) Stdlib.Result.t
val to_string : t -> string
val v : string -> t
val dot : t
val dot_dot : t
val dot_git : t
val dot_hg : t
val to_dyn : t -> Dyn.t