Lean4
/-- Lists all declarations with a long name, gathered according to the module they are defined in.
Use as `#long_names` or `#long_names 100` to specify the length.
-/
@[command_parser 1000]
public meta def «command#long_names_» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `«command#long_names_» 1022
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "#long_names ")
(ParserDescr.unary✝ `optional (ParserDescr.const✝ `num)))