Legend:
Library
Module
Module type
Parameter
Class
Class type
type here = Stdlib.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.