package coq-lsp

  1. Overview
  2. Docs

Module Io.CallBackSource

Sourcetype t = {
  1. log_error : string -> string -> unit;
  2. send_diagnostics : uri:string -> version:int -> Types.Diagnostic.t list -> unit;
  3. send_fileProgress : uri:string -> version:int -> (Types.Range.t * int) list -> unit;
}
Sourceval set : t -> unit
OCaml

Innovation. Community. Security.