package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.6.tar.gz
md5=f528c1760966ac10d48b5f1c5531411a
sha512=1f69538ae5f78854b34e3f1a9d408714843e899bb96d063c2bfac410339b6a13ee5f30d5e7b3cd2bbd673169bcfdb550153ba741092cdc3ee3a8ca6446cc2240

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.