package ppxlib

  1. Overview
  2. Docs
Standard infrastructure for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.31.0.tbz
sha256=d21676654e57faa12d7895caffe8703b64521d66efcf152491871a55b2ae41d8
sha512=63f2d327cfc5382476f812670d304aade91b3ea8f10420d6fc9e7078112368d99dbf43dfda9c2c2cf91341b71c37c45c1fe1d54fecde2348560f9d3c48571603

doc/src/ppxlib.astlib/ast_500.ml.html

Source file ast_500.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(* The only difference between 4.14 and 5.0 from a Parsetree point of view are the magic numbers *)

module Asttypes = struct
  include Ast_414.Asttypes
end

module Parsetree = struct
  include Ast_414.Parsetree
end

module Config = struct
  let ast_impl_magic_number = "Caml1999M032"
  let ast_intf_magic_number = "Caml1999N032"
end
OCaml

Innovation. Community. Security.