Module Stdune__Loc0

type t = {
start : Stdlib.Lexing.position;
stop : Stdlib.Lexing.position;
}
val print : Stdlib.Format.formatter -> t -> unit