Lang.Source_info
type annotation =
| Definition of Paths.Identifier.SourceLocation.t
| Value of Paths.Identifier.SourceLocation.t
type 'a with_pos = 'a * (int * int)
type infos = annotation with_pos list
type t = {
id : Paths.Identifier.SourcePage.t;
infos : infos;
}