Commit 2025-12-05 15:16 69f968a9
View on Github →feat(SetTheory/Ordinal): Improve API for Ordinal.toType (#32408) Zulip thread: https://leanprover.zulipchat.com/#narrow/channel/287929-mathlib4/topic/API.20for.20Ordinal.2EtoType/with/561739587
- Adds coercion from
Ordinal.toTypetoOrdinal&Set.Iio o - Renames
Ordinal.enumIsoToTypetoOrdinal.toType.mkwith an implicit parameter, so(.mk ⟨α, h⟩)can be used to build atoType. This prepares for deprecation of the nameOrdinal.enumIsoToType(to be discussed).