Skip to content

Commit 0a2caf6

Browse files
authored
Merge pull request #62 from proux01/micromega-core
Adapt to math-comp/math-comp#1448
2 parents d4ec06f + 37c5e58 commit 0a2caf6

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

theories/ssrZ.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
From mathcomp Require all_algebra. (* remove this line when requiring Rocq > 9.1 *)
12
From Coq Require Import ZArith.
23

34
From HB Require Import structures.

theories/zify_algebra.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
From mathcomp Require all_algebra. (* remove this line when requiring Rocq > 9.1 *)
12
From Coq Require Import ZArith ZifyClasses ZifyBool.
23
From Coq Require Export Lia.
34

theories/zify_ssreflect.v

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
From mathcomp Require all_algebra. (* remove this line when requiring Rocq > 9.1 *)
12
From Coq Require Import ZArith ZifyClasses ZifyInst ZifyBool.
23
From Coq Require Export Lia.
34
From Coq Require Znumtheory.

0 commit comments

Comments
 (0)