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/Substring/index.html

Module Linol_lsp.SubstringSource

Sourcetype t
Sourceval of_slice : string -> pos:int -> len:int -> t
Sourceval of_string : string -> t
Sourceval compare : t -> t -> int
Sourceval concat : t Array_view.t -> string
Sourceval take : t -> int -> t
Sourceval drop : t -> int -> t
Sourceval to_string : t -> string
Sourceval length : t -> int
Sourceval add_buffer : t -> Buffer.t -> unit
Sourceval split_at : t -> int -> t * t
Sourceval rsplit_at : t -> int -> t * t
Sourceval index_from : t -> pos:int -> char -> int option
Sourceval rindex : t -> char -> int option
Sourceval rindex_from : t -> pos:int -> char -> int option
Sourceval get_exn : t -> int -> char
Sourcetype move = {
  1. newlines : int;
  2. consumed : int;
}
Sourceval move_left : t -> pos:int -> len:int -> move
Sourceval move_right : t -> pos:int -> len:int -> move
Sourceval blit : t -> dst:bytes -> dst_pos:int -> unit
Sourcemodule Uutf : sig ... end
Sourcemodule Map : MoreLabels.Map.S with type key = t
OCaml

Innovation. Community. Security.