package vscoq-language-server

  1. Overview
  2. No Docs
VSCoq language server

Install

Dune Dependency

Authors

Maintainers

Sources

vscoq-language-server-2.2.1.tar.gz
md5=06737aa7d96bbf42f89db3c86ef3e4dd
sha512=5118f26e5b687bc918de3409870464702f3fafc0c775ad5fac4835fc7954df66beaf83bc3a413476176160773215aae1d292816c49dc192c94566bba0fbe5a5b

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.