Skip to content
Snippets Groups Projects

Let compilation under Coq 8.17 succeed without warnings.

Merged Robbert Krebbers requested to merge robbert/coq817 into master
All threads resolved!
3 files
+ 34
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -44,7 +44,7 @@ Global Unset Transparent Obligations.
obligation tactic is [Tactics.program_simpl], which, among other things,
introduces all variables and gives them fresh names. As such, it becomes
impossible to refer to hypotheses in a robust way. *)
Obligation Tactic := idtac.
Global Obligation Tactic := idtac.
(** 3. Hide obligations and unsealing lemmas from the results of the [Search]
commands. *)
Loading