package vscoq-language-server

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Dm.RawDocumentSource

Sourcetype text_edit = Lsp.Types.Range.t * string
Sourcetype t
Sourceval create : string -> t
Sourceval text : t -> string
Sourceval position_of_loc : t -> int -> Lsp.Types.Position.t
Sourceval loc_of_position : t -> Lsp.Types.Position.t -> int
Sourceval end_loc : t -> int
Sourceval range_of_loc : t -> Loc.t -> Lsp.Types.Range.t
Sourceval word_at_position : t -> Lsp.Types.Position.t -> string option
Sourceval string_in_range : t -> int -> int -> string
Sourceval apply_text_edit : t -> text_edit -> t * int

Applies a text edit, and returns start location

OCaml

Innovation. Community. Security.