We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e96a19 commit 905c960Copy full SHA for 905c960
src/Init/Ext.lean
@@ -84,6 +84,9 @@ end Lean
84
attribute [ext] Prod PProd Sigma PSigma
85
attribute [ext] funext propext Subtype.ext Array.ext Char.ext
86
87
+@[deprecated Subtype.ext_iff (since := "2025-10-26")]
88
+protected def Subtype.eq_iff := @Subtype.ext_iff
89
+
90
attribute [grind ext] funext Array.ext
91
92
attribute [ext] PUnit.ext
0 commit comments