We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
include
1 parent 6a4159c commit d19bab0Copy full SHA for d19bab0
src/Lean/Parser/Command.lean
@@ -703,6 +703,9 @@ list, so it should be brief.
703
@[builtin_command_parser] def genInjectiveTheorems := leading_parser
704
"gen_injective_theorems% " >> ident
705
706
+/-- To be implemented. -/
707
+@[builtin_command_parser] def «include» := leading_parser "include " >> many1 (checkColGt >> ident)
708
+
709
/-- No-op parser used as syntax kind for attaching remaining whitespace at the end of the input. -/
710
@[run_builtin_parser_attribute_hooks] def eoi : Parser := leading_parser ""
711
0 commit comments