package vscoq-language-server

  1. Overview
  2. Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.1.3.tar.gz
md5=300d171d3225fac2a68ce348154ff640
sha512=65bc228d84f814cfea4b5ddcd20f365a8a8ea178bbd4474129c998e8a351a7dba8d2adbb263f7f18ed41c45c765e73c332b518834360bf3638fe2721518e1fd8

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 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.