chore: remove done

This commit is contained in:
Leonardo de Moura 2021-05-15 18:57:27 -07:00
parent c7096f54a2
commit 4dabfef0e3

View file

@ -272,7 +272,6 @@ theorem heqOfEqRecEq {α β : Sort u} {a : α} {b : β} (h₁ : α = β) (h₂ :
subst h₁
apply heqOfEq
exact h₂
done
theorem castHEq {α β : Sort u} : (h : α = β) → (a : α) → cast h a ≅ a
| rfl, a => HEq.refl a