diff options
| author | Cyril Cohen | 2015-04-09 13:53:46 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-04-09 13:53:46 +0200 |
| commit | 634ee874ec11a5a90617ca5723228d4de1fe479c (patch) | |
| tree | 45d212dca85e4982fda447d582f388bb6c695143 /mathcomp/discrete/binomial.v | |
| parent | 1681e3bac7d35ff6c0e9c5cd2924a8d0edfb1747 (diff) | |
Using the From X Require Y for v8.4
Diffstat (limited to 'mathcomp/discrete/binomial.v')
| -rw-r--r-- | mathcomp/discrete/binomial.v | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/discrete/binomial.v b/mathcomp/discrete/binomial.v index 0c380da..51b9635 100644 --- a/mathcomp/discrete/binomial.v +++ b/mathcomp/discrete/binomial.v @@ -1,5 +1,6 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -(*v8.5 From mathcomp.ssreflect *) +Require Import mathcomp.ssreflect.ssreflect. +From mathcomp.ssreflect Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq. Require Import path div fintype tuple finfun bigop prime finset. |
