package linol-lwt

  1. Overview
  2. Docs
LSP server library (with Lwt for concurrency)

Install

dune-project
 Dependency

Authors

Maintainers

Sources

linol-0.11.tbz
sha256=6718c7ca79ebff542172f20f418f71f3f1679eb6120f543b5c5c28d85906e215
sha512=1e7e963b5af3ea861cc1367ee6e80fd9add8e6809229c2904f7a16e694cb48a2058063bd3856e6440e7b197f753474bf83c0c9ec2d78325cfef2b734eb9d4ca2

doc/linol-lwt/Linol_lwt/LinkedEditingRangeParams/index.html

Module Linol_lwt.LinkedEditingRangeParamsSource

Sourcetype t = {
  1. position : Linol_lsp__Types.Position.t;
  2. textDocument : Linol_lsp__Types.TextDocumentIdentifier.t;
  3. workDoneToken : [ `Int of int | `String of string ] option;
}
Sourceval create : position:Linol_lsp__Types.Position.t -> textDocument:Linol_lsp__Types.TextDocumentIdentifier.t -> ?workDoneToken:[ `Int of int | `String of string ] -> unit -> t
include Linol_lsp.Import.Json.Jsonable.S with type t := t
Sourceval t_of_yojson : Yojson.Safe.t -> t
Sourceval yojson_of_t : t -> Yojson.Safe.t