Module Lang.Source_info

Modules

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