Gil_syntax.Location
Representation of a location in a source file
val position_to_yojson : position -> Yojson.Safe.t
val position_of_yojson :
Yojson.Safe.t ->
position Ppx_deriving_yojson_runtime.error_or
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val none : t
val pp : t Fmt.t
val pp_log_opt : Stdlib.Format.formatter -> t option -> unit