package alcotest

  1. Overview
  2. Docs
type here = Lexing.position

Location information passed via a ~here argument, intended for use with a PPX such as ppx_here.

type pos = string * int * int * int

Location information passed via a ~pos argument, intended for use with the __POS__ macro provided by the standard library. See the documentation of __POS__ for more information.