package volgo

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Volgo_stdlib.FsegmentSource

include module type of struct include Fpath_sexp0.Fsegment end
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval compare : t -> t -> int
Sourceval equal : t -> t -> bool
Sourceval hash : t -> int
Sourceval seeded_hash : int -> t -> int
Sourceval of_string : string -> (t, [ `Msg of string ]) Result.t
Sourceval to_string : t -> string
Sourceval v : string -> t
Sourceval dot : t

Unix "." file name.

Sourceval dot_dot : t

Unix ".." file name.

vcs

Version control store directories.

Sourceval dot_git : t
Sourceval dot_hg : t
Sourceval to_dyn : t -> Dyn.t