this repo has no description
1include module type of struct
2 include Odoc_parser.Loc
3end
4
5val set_end_as_offset_from_start : int -> span -> span
6
7val in_string : string -> offset:int -> length:int -> span -> span
8
9val pp : Format.formatter -> span -> unit
10
11val pp_span_start : Format.formatter -> span -> unit
12
13val span_equal : span -> span -> bool