Acutis_internals.Loc
Define the locations of expressions in a source file.
type t = Stdlib.Lexing.position * Stdlib.Lexing.position
This type is equivalent to Menhir's $loc keyword.
$loc
val fname : t -> string
val pp : Stdlib.Format.formatter -> t -> unit
val dummy : t
module Ty_repr : sig ... end