Module Identifier.SourceLocationSource
Source
type t = [ | `SourceLocationMod of SourcePage.t| `SourceLocation of SourcePage.t * Names.DefName.t| `SourceLocationInternal of SourcePage.t * Names.LocalName.t
]