We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174889d + f911376 commit e7a00b3Copy full SHA for e7a00b3
examples/ConsiderDemo.v
@@ -4,7 +4,7 @@ Require Import ExtLib.Tactics.Consider.
4
Require Import Coq.Bool.Bool.
5
Require Import ExtLib.Data.Nat.
6
7
-Require Import Coq.omega.Omega.
+Require Import Coq.ZArith.ZArith.
8
9
Set Implicit Arguments.
10
Set Strict Implicit.
theories/Data/ListFirstnSkipn.v
@@ -1,5 +1,5 @@
1
Require Import Coq.Lists.List.
2
3
Lemma firstn_app_L : forall T n (a b : list T),
n <= length a ->
0 commit comments