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 d4ec06f + 37c5e58 commit 0a2caf6Copy full SHA for 0a2caf6
theories/ssrZ.v
@@ -1,3 +1,4 @@
1
+From mathcomp Require all_algebra. (* remove this line when requiring Rocq > 9.1 *)
2
From Coq Require Import ZArith.
3
4
From HB Require Import structures.
theories/zify_algebra.v
From Coq Require Import ZArith ZifyClasses ZifyBool.
From Coq Require Export Lia.
theories/zify_ssreflect.v
From Coq Require Import ZArith ZifyClasses ZifyInst ZifyBool.
From Coq Require Znumtheory.
0 commit comments