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