package linol

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

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.