aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/discrete/binomial.v
diff options
context:
space:
mode:
authorCyril Cohen2015-04-03 17:45:38 +0200
committerCyril Cohen2015-04-03 17:45:38 +0200
commitabe2354abf63ad98dbe7e54a34e59e20b38d3d55 (patch)
tree9e95c4a49252a2c985c537fcfef7992fc262f45d /mathcomp/discrete/binomial.v
parent9fa572c64085bc020edee574a694fe0805fefdfa (diff)
Makefile, testing for v8.5 and uncommenting stuff
This is a temporary solution, but there is a better one : one could patch ssreflect.ml4 plugin for v8.4 to interpret From ... Require Import ... as a simple Require Import.
Diffstat (limited to 'mathcomp/discrete/binomial.v')
-rw-r--r--mathcomp/discrete/binomial.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/mathcomp/discrete/binomial.v b/mathcomp/discrete/binomial.v
index 5656b30..0c380da 100644
--- a/mathcomp/discrete/binomial.v
+++ b/mathcomp/discrete/binomial.v
@@ -1,5 +1,5 @@
(* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *)
-(*v8.5 From mathcomp.ssreflect *)
+(*v8.5 From mathcomp.ssreflect *)
Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq.
Require Import path div fintype tuple finfun bigop prime finset.