package vscoq-language-server

  1. Overview
  2. Docs

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.