package ppx_here

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

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_here-v0.15.0.tar.gz
sha256=c5bc027c938a4893267c12e5ded6d7391b89851cf69094154ad9d824c3e0cadf

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.