Module Utils.Location
val position_to_yojson : position -> Yojson.Safe.tval position_of_yojson :
Yojson.Safe.t ->
position Ppx_deriving_yojson_runtime.error_orval to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval none : tval pp : Stdlib.Format.formatter -> t -> unitval pp_log_opt : Stdlib.Format.formatter -> t option -> unitval pp_full : Stdlib.Format.formatter -> t option -> unittype 'a located = 'a * t option