Module Lang.Source_info

type annotation
type !'a with_pos = 'a * (int * int)
type infos = annotation with_pos list
type t = {
  1. id : [ `SourcePage of Odoc_model__.Paths.Identifier.Id.source_dir_pv Odoc_model__.Paths_types.id * string ] Odoc_model__.Paths_types.id;
  2. infos : infos;
}