package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.5.tar.gz
md5=8bc848aaf2ad0fe41a02741e633ad7e3
sha512=eb6c80a3290b1d688ea3b94a3087f204c9f9f03bddd95b21952b02af1dc4de073c1b99baed5a5f6a395e69a27c0d45f6ec181488da62e9f5c6a77d91d752dd5c

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.