package vscoq-language-server

  1. Overview
  2. Docs
type sentence_id = Stateid.t
type sentence_id_set = Stateid.Set.t
module RangeList : sig ... end
type exec_overview = {
  1. prepared : RangeList.t;
  2. processing : RangeList.t;
  3. processed : RangeList.t;
}
val empty_overview : exec_overview
module Quickfix : sig ... end
type text_edit = Protocol.LspWrapper.Range.t * string
type error = {
  1. code : Jsonrpc.Response.Error.Code.t option;
  2. message : string;
}
type 'a log =
  1. | Log : 'a -> 'a log
OCaml

Innovation. Community. Security.