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.lsp/Protocol/LspWrapper/Range/index.html

Module LspWrapper.RangeSource

include module type of struct include Lsp.Types.Range end
Sourcetype t = Lsp.Types.Range.t = {
  1. end_ : Position.t;
  2. start : Position.t;
}
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval top : unit -> Lsp.Types.Range.t
Sourceval compare : t -> t -> int
Sourceval equals : t -> t -> bool
Sourceval included : in_:t -> t -> bool
Sourceval strictly_included : in_:t -> t -> bool
Sourceval prefixes : in_:t -> t -> bool
Sourceval postfixes : in_:t -> t -> bool
Sourceval to_string : t -> string
OCaml

Innovation. Community. Security.