diff options
Diffstat (limited to 'mathcomp/discrete/fintype.v')
| -rw-r--r-- | mathcomp/discrete/fintype.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mathcomp/discrete/fintype.v b/mathcomp/discrete/fintype.v index 63d5e84..5783e43 100644 --- a/mathcomp/discrete/fintype.v +++ b/mathcomp/discrete/fintype.v @@ -1,5 +1,7 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq. +Require Import choice. (******************************************************************************) (* The Finite interface describes Types with finitely many elements, *) |
