Skip to content
Snippets Groups Projects

Drop support for Coq 8.8 and 8.9

Merged Ralf Jung requested to merge ci/ralf/drop-8.9 into master
11 files
+ 19
22
Compare changes
  • Side-by-side
  • Inline
Files
11
+ 1
0
@@ -183,6 +183,7 @@ Definition tc_to_bool (P : Prop)
(** Throughout this development we use [stdpp_scope] for all general purpose
notations that do not belong to a more specific scope. *)
Declare Scope stdpp_scope.
Delimit Scope stdpp_scope with stdpp.
Global Open Scope stdpp_scope.
Loading