Skip to content

Commit

Permalink
Merge pull request HoTT#1863 from Alizter/ps/branch/surpress_argument…
Browse files Browse the repository at this point in the history
…_scope_delimiter_warning

surpress argument-scope-delimiter warning
  • Loading branch information
Alizter authored Feb 19, 2024
2 parents 70bce19 + 5f83697 commit 2673d0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theories/Basics/Overture.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Create HintDb typeclass_instances discriminated.

Local Set Polymorphic Inductive Cumulativity.

(** Disable warning about argument scope delimiters. TODO: remove this once we bump the minimal Coq version to 8.19 and merge #1862. *)
Global Set Warnings "-argument-scope-delimiter".

(** ** Type classes *)

(** This command prevents Coq from trying to guess the values of existential variables while doing typeclass resolution. If you don't know what that means, ignore it. *)
Expand Down

0 comments on commit 2673d0f

Please sign in to comment.