package ppx_core

  1. Overview
  2. Docs
val reserve : Base.String.t -> Base.Unit.t

reserve "foo" has two implications:

  • one can't then declare an attribute inside this namespace
  • attributes within this namespace won't be reported by check_unused

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 : Base.String.t -> Base.Bool.t