feat: add intro + funMatchAlts syntax
This commit is contained in:
parent
ef64e1c25a
commit
a88b2be72a
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ fun c s =>
|
|||
def ident' : Parser := ident <|> underscore
|
||||
|
||||
@[builtinTacticParser] def «intro» := parser! nonReservedSymbol "intro " >> many (termParser maxPrec)
|
||||
@[builtinTacticParser] def «introMatch» := parser! nonReservedSymbol "intro " >> Term.funMatchAlts
|
||||
@[builtinTacticParser] def «intros» := parser! nonReservedSymbol "intros " >> many ident'
|
||||
@[builtinTacticParser] def «revert» := parser! nonReservedSymbol "revert " >> many1 ident
|
||||
@[builtinTacticParser] def «clear» := parser! nonReservedSymbol "clear " >> many1 ident
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue