Reflect.SourceLocation
case SourceLocation(String, SourcePosition, SourcePosition)Represents a span or range within a source, defined by a source identifier and start/end source positions.
Fields:
source: The source identifier (typically a file path)start: The beginning position of the span (inclusive)end: The ending position of the span (inclusive)