From de1794e797c69ffa8f878c3e8b6f0fb2b6ec5ef5 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 8 Apr 2015 15:36:17 +0200 Subject: packaging for v8.5 --- mathcomp/algebra/mxalgebra.v | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'mathcomp/algebra/mxalgebra.v') diff --git a/mathcomp/algebra/mxalgebra.v b/mathcomp/algebra/mxalgebra.v index 54d5588..833a229 100644 --- a/mathcomp/algebra/mxalgebra.v +++ b/mathcomp/algebra/mxalgebra.v @@ -1,7 +1,11 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq div choice fintype. -Require Import finfun bigop prime binomial ssralg finset fingroup finalg. -Require Import perm zmodp matrix. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq. +(*v8.5 From mathcomp.discrete *) +Require Import div choice fintype finfun bigop prime binomial finset. +(*v8.5 From mathcomp.fingroup *) +Require Import fingroup perm. +Require Import ssralg finalg zmodp matrix. (*****************************************************************************) (* In this file we develop the rank and row space theory of matrices, based *) -- cgit v1.2.3