package ppx_here

  1. Overview
  2. Docs
Expands [%here] into its location

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_here-v0.16.0.tar.gz
sha256=278198b92500c306fab3411e3dede264d678f203eb3295dd8dd79b70ed9273f0

doc/src/ppx_here.runtime-lib/ppx_here_lib.ml.html

Source file ppx_here_lib.ml

1
2
3
4
5
6
type position = Lexing.position = {
  pos_fname : string;
  pos_lnum : int;
  pos_bol : int;
  pos_cnum : int;
}
OCaml

Innovation. Community. Security.