Module Lang.Source_info
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