package linol

  1. Overview
  2. Docs

Module Linol.ServerSource

Server interface

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

Current state of a document.

Sourcemodule Req_id : sig ... end

Request ID.

Sourcemodule Make (IO : sig ... end) : sig ... end

Server interface for some IO substrate.

OCaml

Innovation. Community. Security.