volgo.stdlib
Volgo_stdlib.Fsegment
volgo
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 ]) Result.t
val to_string : t -> string
val v : string -> t
val dot : t
Unix "." file name.
"."
val dot_dot : t
Unix ".." file name.
".."
Version control store directories.
val dot_git : t
val dot_hg : t
val to_dyn : t -> Dyn.t