fix: typo

This commit is contained in:
Leonardo de Moura 2020-09-18 15:18:20 -07:00
parent 839f1e1ec8
commit 43bc429abf

View file

@ -25,8 +25,8 @@ withMVarContext mvarId do
u ← getLevel target;
eq ← mkEq target targetNew;
newProof ← mkExpectedTypeHint eqProof eq;
let newVal := mkAppN (Lean.mkConst `Eq.mpr [u]) #[target, targetNew, eqProof, mvarNew];
assignExprMVar mvarId mvarNew;
let val := mkAppN (Lean.mkConst `Eq.mpr [u]) #[target, targetNew, eqProof, mvarNew];
assignExprMVar mvarId val;
pure mvarNew.mvarId!
/--