Source span (range of positions).
Source spans representing ranges in input
val make : start:Position.t -> stop:Position.t -> tCreate a span from start and stop positions
val point : Position.t -> tCreate a zero-width span at a single position
val extend : t -> Position.t -> tExtend a span to a new stop position
val pp : Format.formatter -> t -> unitPretty-print a span
val to_string : t -> stringConvert span to string