Module Ppx_core__.Name.Reserved_namespaces

val reserve : Ppx_core__.Import.string ‑> Ppx_core__.Import.unit

reserve "foo" has two implications:

This is here to insure that the rewriter cohabits well with other rewriter or tools (e.g. merlin) which might leave attribute on the AST.

N.B. the "merlin" namespace is reserved by default.

val is_in_reserved_namespaces : Ppx_core__.Import.string ‑> Ppx_core__.Import.bool