package lsp

  1. Overview
  2. Docs
LSP protocol implementation in OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

jsonrpc-1.7.0.tbz
sha256=ca43b6608366ddf891d7c1e1cc38de2c7f93a6da0511de164959db1f88fc42ed
sha512=43a00604f25bd1d3e93bfd43f1ef9c4cad9aa392c15a5db0c5ba0264f396e7ca6f60a0293467609402e87aeec441a05e7ee2990b37c98dc27b92a22afbebfd02

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.