package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.4.tar.gz
md5=44ada383e4a3cb23d883eb720391e9db
sha512=e55ddda2beb5abbe5eb63c7ba6761b1f958dc4674178c4b5741082665d8ad15d481c978685dcf648afebb9b07abd95069347b8651f078d87820399f459e16f17

doc/vscoq-language-server.dm/Dm/RawDocument/index.html

Module Dm.RawDocumentSource

Sourcetype text_edit = Lsp.Types.Range.t * string
Sourcetype t
Sourceval create : string -> t
Sourceval text : t -> string
Sourceval position_of_loc : t -> int -> Lsp.Types.Position.t
Sourceval loc_of_position : t -> Lsp.Types.Position.t -> int
Sourceval end_loc : t -> int
Sourceval range_of_loc : t -> Loc.t -> Lsp.Types.Range.t
Sourceval word_at_position : t -> Lsp.Types.Position.t -> string option
Sourceval string_in_range : t -> int -> int -> string
Sourceval apply_text_edit : t -> text_edit -> t * int

Applies a text edit, and returns start location

OCaml

Innovation. Community. Security.