feat: add antiquotation for indentedNonEmptySeq
This commit is contained in:
parent
05e6a779ba
commit
c49ccda46a
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ registerBuiltinDynamicParserAttribute `tacticParser `tactic
|
|||
categoryParser `tactic rbp
|
||||
|
||||
def Tactic.indentedNonEmptySeq : Parser :=
|
||||
node `Lean.Parser.Tactic.seq $ withPosition fun pos =>
|
||||
nodeWithAntiquot "tacticSeq" `Lean.Parser.Tactic.seq $ withPosition fun pos =>
|
||||
sepBy1 tacticParser (try ("; " >> checkColGe pos.column "tatic must be indented"))
|
||||
|
||||
def darrow : Parser := " => "
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue