package coq-lsp

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

Module File_context.RangeSource

Sourcetype t = Lang.Range.t = {
  1. start : Point.t;
  2. end_ : Point.t;
}
Sourceval empty : t
Sourceval to_string : t -> string