jon.recoil.org

Module Lang.Source_infoSource

type point_in_file = {
  1. pos_lnum : int;
  2. pos_cnum : int;
}
type 'a jump_to_impl =
  1. | Unresolved of 'a
  2. | Resolved of Odoc_model.Paths.Identifier.SourceLocation.t
type 'a jump_to = {
  1. documentation : 'a option;
  2. implementation : 'a Odoc_model.Lang.Source_info.jump_to_impl option;
}