Module Oq.OrderingSource

Sourcetype result_ref = {
  1. relative_path : string;
  2. start_line : int;
  3. end_line : int;
}
Sourceval normalize_relative_path : string -> string
Sourceval compare_result_ref : result_ref -> result_ref -> int
Sourceval sort_result_refs : result_ref list -> result_ref list