diff options
Diffstat (limited to 'mathcomp/discrete/prime.v')
| -rw-r--r-- | mathcomp/discrete/prime.v | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mathcomp/discrete/prime.v b/mathcomp/discrete/prime.v index fa39012..77edad1 100644 --- a/mathcomp/discrete/prime.v +++ b/mathcomp/discrete/prime.v @@ -1,6 +1,7 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq path fintype. -Require Import div bigop. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq. +Require Import path fintype div bigop. (******************************************************************************) (* This file contains the definitions of: *) |
