package lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val languageId : t -> string
val documentUri : t -> Lsp__.Uri0.t
val version : t -> int
val text : t -> string
exception Invalid_utf8
val apply_content_change : ?version:int -> t -> Types.TextDocumentContentChangeEvent.t -> t