Module Ppx_core.Context_free

Context free rewriting

module Rule : sig ... end

Local rewriting rules.

module Generated_code_hook : sig ... end
module Expect_mismatch_handler : sig ... end
class map_top_down : ?expect_mismatch_handler:Expect_mismatch_handler.t ‑> ?generated_code_hook:Generated_code_hook.t ‑> Rule.t Ppx_core__.Import.list ‑> Ast_traverse.map_with_path