Module Lang.Source_infoSource
type location_in_file = {loc_start : Odoc_model.Lang.Source_info.point_in_file;loc_end : Odoc_model.Lang.Source_info.point_in_file;
}type 'a jump_to = {documentation : 'a option;implementation : 'a Odoc_model.Lang.Source_info.jump_to_impl option;
}type annotation = | Definition of Odoc_model.Paths.Identifier.SourceLocation.t| Value of Odoc_model.Paths.Path.Value.t Odoc_model.Lang.Source_info.jump_to| Module of Odoc_model.Paths.Path.Module.t Odoc_model.Lang.Source_info.jump_to| ModuleType of Odoc_model.Paths.Path.ModuleType.t Odoc_model.Lang.Source_info.jump_to| Type of Odoc_model.Paths.Path.Type.t Odoc_model.Lang.Source_info.jump_to
type 'a with_pos = 'a * Odoc_model.Lang.Source_info.location_in_file