Commit 2024-03-20 13:11 3a427de2
View on Github →refactor(UniformSpace): change the definition (#10901)
- replace
isOpen_uniformity
withnhds_eq_comap_uniformity
as I suggested in #2028 - don't extend
UniformSpace.Core
so that we can droprefl
, as it follows fromnhds_eq_comap_uniformity
; - drop
UniformSpace.mk'
- can't be amatch_pattern
anymore; - deprecate
UniformSpace.ofNhdsEqComap
.