Skip to content

Commit 905c960

Browse files
committed
restore Subtype.eq_iff
1 parent 5e96a19 commit 905c960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Init/Ext.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ end Lean
8484
attribute [ext] Prod PProd Sigma PSigma
8585
attribute [ext] funext propext Subtype.ext Array.ext Char.ext
8686

87+
@[deprecated Subtype.ext_iff (since := "2025-10-26")]
88+
protected def Subtype.eq_iff := @Subtype.ext_iff
89+
8790
attribute [grind ext] funext Array.ext
8891

8992
attribute [ext] PUnit.ext

0 commit comments

Comments
 (0)