chore: remove unnecessary node
This commit is contained in:
parent
54f95421c8
commit
091000462d
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ private def mkAuxiliaryMatchTerm (parentTag : Name) (matchTac : Syntax) : MacroM
|
|||
pure (matchTerm, s.cases)
|
||||
|
||||
def mkTacticSeq (ref : Syntax) (tacs : Array Syntax) : Syntax :=
|
||||
let seq := mkSepStx tacs (mkAtomFrom ref "; ");
|
||||
Syntax.node `Lean.Parser.Tactic.seq #[seq]
|
||||
mkSepStx tacs (mkAtomFrom ref "; ")
|
||||
|
||||
@[builtinTactic Lean.Parser.Tactic.match] def evalMatch : Tactic :=
|
||||
fun stx => do
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue