package vscoq-language-server

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

Innovation. Community. Security.