diff options
Diffstat (limited to 'mathcomp/discrete/tuple.v')
| -rw-r--r-- | mathcomp/discrete/tuple.v | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mathcomp/discrete/tuple.v b/mathcomp/discrete/tuple.v index ba64bd0..f746dd1 100644 --- a/mathcomp/discrete/tuple.v +++ b/mathcomp/discrete/tuple.v @@ -1,5 +1,7 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice fintype. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq. +Require Import choice fintype. Set Implicit Arguments. Unset Strict Implicit. |
