package linol

  1. Overview
  2. Docs
LSP server library

Install

Dune Dependency

Authors

Maintainers

Sources

linol-0.10.tbz
sha256=174bb8cad5b8b0c260d62b0a85da13c4f5caba4fcee042ee58284b09de7896ea
sha512=77460788407c72a33fbe289ec9c78421117543594b3524a5c8fe836f0e272c5ceb1e1074b91c1d1f476f89b75b6f63847a8021675a782ff36457c9626121a7f4

doc/linol.lsp/Linol_lsp/String_zipper/index.html

Module Linol_lsp.String_zipperSource

Sourcetype t
Sourcetype invalid_utf =
  1. | Malformed of string
  2. | Insufficient_input
Sourceexception Invalid_utf of invalid_utf
Sourceval of_string : string -> t
Sourceval squash : t -> t * string
Sourceval to_string : t -> string
Sourceval to_string_debug : t -> string
Sourceval insert : t -> string -> t
Sourceval goto_line : t -> int -> t
Sourceval goto_position : t -> Position.t -> [ `UTF16 | `UTF8 ] -> t
Sourceval add_buffer_between : Buffer.t -> t -> t -> unit
Sourceval goto_end : t -> t
Sourceval drop_until : t -> t -> t
Sourceval apply_change : t -> Types.Range.t -> [ `UTF16 | `UTF8 ] -> replacement:string -> t
Sourceval offset : t -> int
Sourcemodule Private : sig ... end
OCaml

Innovation. Community. Security.