package linol

  1. Overview
  2. Docs
type nonrec doc_state = {
  1. uri : Lsp.Types.DocumentUri.t;
  2. languageId : string;
  3. version : int;
  4. content : string;
}

Current state of a document.

module Req_id : sig ... end
module Make (IO : sig ... end) : sig ... end