Skip to content

Commit

Permalink
silence "From Coq" warning
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>

<!-- ps-id: 835f7fa1-4876-47a8-8863-876c2cb1edef -->
  • Loading branch information
Alizter committed Sep 21, 2024
1 parent 7566eb4 commit 1c80ebf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/SetoidRewrite.v
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ All files that import WildCat/SetoidRewrite.v will also recursively import the e

(** Because of this, this file needs to be the *first* file Require'd in any file that uses it. Otherwise, the typeclasses hintdb is cleared, breaking typeclass inference. Moreover, if Foo Requires this file, then Foo must also be the first file Require'd in any file that Requires Foo, and so on. In the long term it would be good if this could be avoided.*)

#[warnings="deprecated"]

Check warning on line 13 in contrib/SetoidRewrite.v

View workflow job for this annotation

GitHub Actions / build (dev, --warnings)

"From Coq" has been replaced by "From Stdlib".

Check warning on line 13 in contrib/SetoidRewrite.v

View workflow job for this annotation

GitHub Actions / opam-build (dev, ubuntu-latest)

"From Coq" has been replaced by "From Stdlib".
From Coq Require Init.Tactics.
From HoTT Require Import Basics.Overture Basics.Tactics.
From HoTT Require Import Types.Forall.
#[warnings="deprecated"]

Check warning on line 17 in contrib/SetoidRewrite.v

View workflow job for this annotation

GitHub Actions / build (dev, --warnings)

"From Coq" has been replaced by "From Stdlib".

Check warning on line 17 in contrib/SetoidRewrite.v

View workflow job for this annotation

GitHub Actions / opam-build (dev, ubuntu-latest)

"From Coq" has been replaced by "From Stdlib".
From Coq Require Setoids.Setoid.
Import CMorphisms.ProperNotations.
From HoTT Require Import WildCat.Core
Expand Down

0 comments on commit 1c80ebf

Please sign in to comment.