fix: error message

This commit is contained in:
Sebastian Ullrich 2021-05-05 14:45:50 +02:00
parent a43dca0b9f
commit 76c66fc4d4

View file

@ -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)