dune/src/loc.ml

5 lines
69 B
Standard ML

type t =
{ start : Lexing.position
; stop : Lexing.position
}