diff options
Diffstat (limited to 'mathcomp/discrete/bigop.v')
| -rw-r--r-- | mathcomp/discrete/bigop.v | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mathcomp/discrete/bigop.v b/mathcomp/discrete/bigop.v index 88bf4d2..b6d77ec 100644 --- a/mathcomp/discrete/bigop.v +++ b/mathcomp/discrete/bigop.v @@ -1,6 +1,7 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq path div fintype. -Require Import tuple finfun. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq. +Require Import path div fintype tuple finfun. (******************************************************************************) (* This file provides a generic definition for iterating an operator over a *) |
