Lean4
/-- Support the old `library_note "foo"` syntax, with a deprecation warning. -/
@[command_parser 1000]
public meta def commandLibrary_note2____1 : Lean.ParserDescr✝ :=
ParserDescr.node✝ `commandLibrary_note2____1 1022
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "library_note2 ") (ParserDescr.const✝ `str))
(ParserDescr.unary✝ `group (ParserDescr.const✝ `ppSpace)))
(ParserDescr.const✝ `docComment))