package lsp

  1. Overview
  2. Docs
LSP protocol implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

jsonrpc-1.6.0.tbz
sha256=35e8c7341f8eb1fa39fb0f0e0701a7ed90b9a0bb89ccf84b7ed997cd258cbec3
sha512=c96a7a3ca845ec193e9edc4a74804a22d6e37efc852b54575011879bd2105e0df021408632219f542ca3ad85b36b5c8b72f2b417204d154d5f0dd0839535afa5

doc/lsp.stdune/Stdune/Path/Local_gen/index.html

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.