fix: error message
This commit is contained in:
parent
a43dca0b9f
commit
76c66fc4d4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ mutual
|
|||
match table.find? k with
|
||||
| some evalFns => evalTacticUsing s stx evalFns
|
||||
| none => expandTacticMacro stx
|
||||
| _ => throwError "unexpected command"
|
||||
| _ => throwError m!"unexpected tactic{indentD stx}"
|
||||
|
||||
partial def evalTactic (stx : Syntax) : TacticM Unit :=
|
||||
withTacticInfoContext stx (evalTacticAux stx)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue