package ppx_test

  1. Overview
  2. Docs

Module Ppx_test.Location

type t = {
  1. loc_start : Lexing.position;
  2. loc_end : Lexing.position;
  3. loc_ghost : bool;
}

Same as OCaml's Location.t

val format : Format.formatter -> t -> unit