aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/algebra/zmodp.v
diff options
context:
space:
mode:
authorCyril Cohen2015-04-08 15:36:17 +0200
committerCyril Cohen2015-04-08 15:36:17 +0200
commitde1794e797c69ffa8f878c3e8b6f0fb2b6ec5ef5 (patch)
treec2c1e064e50e44c64e390f750c92e3204f2791ae /mathcomp/algebra/zmodp.v
parent858957ad3a4e3cfdd98fd5c9f172b564d6871442 (diff)
packaging for v8.5
Diffstat (limited to 'mathcomp/algebra/zmodp.v')
-rw-r--r--mathcomp/algebra/zmodp.v9
1 files changed, 7 insertions, 2 deletions
diff --git a/mathcomp/algebra/zmodp.v b/mathcomp/algebra/zmodp.v
index df5b378..614bf10 100644
--- a/mathcomp/algebra/zmodp.v
+++ b/mathcomp/algebra/zmodp.v
@@ -1,6 +1,11 @@
(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *)
-Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq div.
-Require Import fintype bigop finset prime fingroup ssralg finalg.
+(*v8.5 From mathcomp.ssreflect *)
+Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq.
+(*v8.5 From mathcomp.discrete *)
+Require Import div fintype bigop finset prime.
+(*v8.5 From mathcomp.fingroup *)
+Require Import fingroup.
+Require Import ssralg finalg.
(******************************************************************************)
(* Definition of the additive group and ring Zp, represented as 'I_p *)