package ppx_here

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=27ac69db34a5ff0efbf6e3c52d52dda46d1e5d5db4d14fb4d8c20370b932a913

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.