stdune
For_tests.Compact_position
Positions information that can be encoded within a single immediate
type t
val of_position : Lexbuf.Position.t -> t
val to_position : t -> fname:string -> Lexbuf.Position.t
val lnum : t -> int
val cnum : t -> int
val bol : t -> int
module Same_line_loc : sig ... end
type of_loc =
| Same_line of Same_line_loc.t
| Loc of {
start : t;
stop : t;
}
| Loc_does_not_fit
val of_loc : Lexbuf.Loc.t -> of_loc
module For_tests : sig ... end