Lean4
/-- Replacing `def` and `instance` by `noncomputable def` and `noncomputable instance`, designed
to disable the compiler in a given file or a given section.
This is a hack to work around https://github.com/leanprover-community/mathlib4/issues/7103.
Note that it does not work with `notation3`. You need to prefix such a notation declaration with
`unsuppress_compilation` if `suppress_compilation` is active. -/
@[command_parser 1000]
public meta def commandSuppress_compilation : Lean.ParserDescr✝ :=
ParserDescr.node✝ `commandSuppress_compilation 1024 (ParserDescr.symbol✝ "suppress_compilation")