8000 GitHub - janestreet/ppx_jane: Standard Jane Street ppx rewriters
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

janestreet/ppx_jane

Repository files navigation

Standard Jane Street ppx rewriters

ppx_jane is a ppx_driver including all standard ppx rewriters.

Using ppx_jane in the toplevel

The default way is to do #require "ppx_jane" in the OCaml toplevel. However this has been reported to be very slow. If this is the case, try this instead:

#ppx "ppx-jane -as-ppx"

The main difference is that the first method will fire many different executables per command, each one doing their own pass, while the second will fire only one which efficiently combine all the rewritings.

About

Standard Jane Street ppx rewriters

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0