dune/src/loc.ml

5 lines
69 B
OCaml
Raw Normal View History

2016-11-03 16:44:09 +00:00
type t =
{ start : Lexing.position
; stop : Lexing.position
}