package vscoq-language-server

  1. Overview
  2. No Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.7.tar.gz
md5=81c195fcbe9b23c26db9704a0b8e37f8
sha512=9b175796b231e3663b1cdd546fde898c1d19a6a4eb16671970797045e0e29acc008630634f0d15fa34a94ccc14a0c16d3851efbf0b74f3e1ac6ada1f1461f7e1

doc/vscoq-language-server.lsp/Protocol/LspWrapper/Position/index.html

Module LspWrapper.PositionSource

include module type of struct include Lsp.Types.Position end
Sourceval create : character:int -> line:int -> Lsp.Types.Position.t
Sourcetype t = Lsp.Types.Position.t = {
  1. character : int;
  2. line : int;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval compare : t -> t -> int
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.