You can search for identifiers within the package.
in-package search v0.2.0
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lsp
Info.Offset
type t = int
val in_range : ?loc:Loc.t -> t -> bool
val gt_range : ?loc:Loc.t -> t -> bool
type offset_table = string
to_offset will help to resolve a position from for example (line,col) to an offset, but in some case requires a lookup method.
to_offset
val to_offset : t -> offset_table -> int
val to_string : t -> string