package ppxx

  1. Overview
  2. Docs

The functor to provide two PPX interfaces:

  • register registers the mapper, useful to build a preprocessor linked with other PPX mappers together.
  • legacy_main provides the classic standalone command line interfance

Parameters

module A : sig ... end

Signature

val register : unit -> unit
val legacy_main : unit -> unit