feat: allow anonymous antiquotations for tacticSeq
This commit is contained in:
parent
df499a5b64
commit
2c54a0d17a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def tacticSeq1Indented : Parser :=
|
|||
def tacticSeqBracketed : Parser :=
|
||||
leading_parser "{" >> many (group (ppLine >> tacticParser >> optional ";")) >> ppDedent (ppLine >> "}")
|
||||
def tacticSeq :=
|
||||
leading_parser (withAnonymousAntiquot := false) tacticSeqBracketed <|> tacticSeq1Indented
|
||||
leading_parser tacticSeqBracketed <|> tacticSeq1Indented
|
||||
|
||||
/- Raw sequence for quotation and grouping -/
|
||||
def seq1 :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue