Skip to content

Commit

Permalink
fix path to boolp in contra.v
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Vermande committed Dec 23, 2023
1 parent 9561644 commit 1035292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classical/contra.v
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(* mathcomp analysis (c) 2017 Inria and AIST. License: CeCILL-C. *)
From mathcomp Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq.
Require Import boolp.
From mathcomp Require Import boolp.

Set Implicit Arguments.
Unset Strict Implicit.
Expand Down

0 comments on commit 1035292

Please sign in to comment.