package lsp

  1. Overview
  2. Docs
LSP protocol implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

jsonrpc-1.3.0.tbz
sha256=598e27258e4749b6e2511e2c5efe00d16f0965806296e808d202cd614d655fba
sha512=febe80f8a88fac7683cafbd045dceee4869beda1f250b78a1d94d3ad19e746388d24869e805abcb2f33f93687508d65db19a38424c1059670915c050b4f6dbb9

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.