Skip to content

Commit 0299511

Browse files
committed
Adapt to coq/coq#18590
1 parent b4f2663 commit 0299511

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

theories/topology.v

+4-1
Original file line numberDiff line numberDiff line change
@@ -3081,9 +3081,12 @@ Unshelve. all: by end_near. Qed.
30813081
Section Tychonoff.
30823082

30833083
Class UltraFilter T (F : set_system T) := {
3084-
ultra_proper :> ProperFilter F ;
3084+
ultra_proper : ProperFilter F ;
30853085
max_filter : forall G : set_system T, ProperFilter G -> F `<=` G -> G = F
30863086
}.
3087+
(* When requiring Coq >= 8.17, replace the line below with
3088+
#[global] ultra_proper :: ProperFilter F ; *)
3089+
#[global] Existing Instance ultra_proper.
30873090

30883091
Lemma ultra_cvg_clusterE (T : topologicalType) (F : set_system T) :
30893092
UltraFilter F -> cluster F = [set p | F --> p].

0 commit comments

Comments
 (0)