chore: missing ) in trace message
This commit is contained in:
parent
a32c45a515
commit
bdd0eae625
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ def substCore (mvarId : MVarId) (hFVarId : FVarId) (symm := false) (fvarSubst :
|
|||
match a with
|
||||
| Expr.fvar aFVarId _ => do
|
||||
let aFVarIdOriginal := aFVarId
|
||||
trace[Meta.Tactic.subst]! "substituting {a} (id: {aFVarId} with {b}"
|
||||
trace[Meta.Tactic.subst]! "substituting {a} (id: {aFVarId}) with {b}"
|
||||
let mctx ← getMCtx
|
||||
if mctx.exprDependsOn b aFVarId then
|
||||
throwTacticEx `subst mvarId m!"'{a}' occurs at{indentExpr b}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue