Skip to content

Commit

Permalink
Compatible with coq-master
Browse files Browse the repository at this point in the history
  • Loading branch information
pi8027 committed Nov 13, 2024
1 parent 84fd7ce commit 1fc1c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions theories/prelude.v
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*)

From mathcomp Require Import ssreflect ssrbool eqtype ssrfun seq.
Require Import Eqdep ClassicalFacts.
From mathcomp Require Import ssreflect ssrbool eqtype ssrfun seq.
Set Implicit Arguments.
Unset Strict Implicit.
Unset Printing Implicit Defensive.
Expand Down Expand Up @@ -71,7 +71,7 @@ Proof. by []. Qed.

(* rewrite rule for propositional symmetry *)
Lemma sym A (x y : A) : x = y <-> y = x.
Proof. by []. Qed.
Proof. by split. Qed.

(* selecting a list element *)
(* should really be in seq.v *)
Expand Down

0 comments on commit 1fc1c88

Please sign in to comment.