File: import.ml

package info (click to toggle)
ppxlib 0.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,284 kB
  • sloc: ml: 17,184; sh: 149; makefile: 36; python: 36
file content (7 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
include Stdppx
include Ppxlib_ast

(* This is not re-exported by Stdppx and we can't use [%here] in ppxlib *)
external __FILE__ : string = "%loc_FILE"

include Ast