Values.SpanSourceA span in a policy. The span consists of a start position (inclusive) and end position (exclusive).
type nonrec t = {start : Position.t option;The start position of the span (inclusive).
*)end_ : Position.t option;The end position of the span (exclusive).
*)}