package linol

  1. Overview
  2. Docs
LSP server library

Install

dune-project
 Dependency

Authors

Maintainers

Sources

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

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