package lsp

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

Module Path.Local_genSource

Relative path relative to the root tracked by the type system.

Represented as: either the root, or a '/' separated list of components other that ".", ".." and not containing a '/'.

Sourcetype 'w t
Sourceval hash : 'w t -> int
Sourceval to_string : 'w t -> string
Sourceval of_string : string -> 'w t
Sourceval parse_string_exn : loc:Stdune__.Loc0.t -> string -> 'w t
Sourceval compare : 'w t -> 'w t -> Ordering.t

a directory is smaller than its descendants

Sourceval to_dyn : 'w t -> Dyn.t
Sourceval extension : 'w t -> string
Sourceval set_extension : 'w t -> ext:string -> 'w t

set_extension path ~ext replaces extension of path by ext

Sourceval split_extension : 'w t -> 'w t * string
Sourceval basename : 'w t -> string
Sourceval extend_basename : 'w t -> suffix:string -> 'w t
Sourcemodule Fix_root (Root : sig ... end) : sig ... end
Sourceval relative : ?error_loc:Stdune__.Loc0.t -> 'w t -> string -> 'w t
Sourceval to_string_maybe_quoted : 'w t -> string
Sourceval is_descendant : 'w t -> of_:'w t -> bool
Sourceval is_root : 'w t -> bool
Sourceval parent_exn : 'w t -> 'w t
Sourceval parent : 'w t -> 'w t option
Sourceval explode : 'w t -> string list
Sourceval root : 'w t
Sourceval append : 'w t -> Stdune__.Path_intf.Unspecified.w t -> 'w t
Sourceval descendant : 'w t -> of_:'w t -> Stdune__.Path_intf.Unspecified.w t option
Sourceval reach : 'w t -> from:'w t -> string
Sourceval split_first_component : 'w t -> (string * Stdune__.Path_intf.Unspecified.w t) option
Sourcemodule L : sig ... end
OCaml

Innovation. Community. Security.