Skip to content

Commit d19bab0

Browse files
authored
feat: include command (#4883)
To be implemented in #4814
1 parent 6a4159c commit d19bab0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Lean/Parser/Command.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,9 @@ list, so it should be brief.
703703
@[builtin_command_parser] def genInjectiveTheorems := leading_parser
704704
"gen_injective_theorems% " >> ident
705705

706+
/-- To be implemented. -/
707+
@[builtin_command_parser] def «include» := leading_parser "include " >> many1 (checkColGt >> ident)
708+
706709
/-- No-op parser used as syntax kind for attaching remaining whitespace at the end of the input. -/
707710
@[run_builtin_parser_attribute_hooks] def eoi : Parser := leading_parser ""
708711

0 commit comments

Comments
 (0)