Skip to content

Commit 5be9c98

Browse files
committed
fix
1 parent 5a1181c commit 5be9c98

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Mathlib/Util/AtomM.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ put it in the list of atoms and return the new index, otherwise. -/
4545
def AtomM.addAtom (e : Expr) : AtomM Nat := do
4646
let c ← get
4747
for h : i in [:c.atoms.size] do
48-
have : i < c.atoms.size := h.2
4948
if ← withTransparency (← read).red <| isDefEq e c.atoms[i] then
5049
return i
5150
modifyGet fun c ↦ (c.atoms.size, { c with atoms := c.atoms.push e })

0 commit comments

Comments
 (0)