package vscoq-language-server

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dm.TypesSource

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

Innovation. Community. Security.