diff options
| author | Cyril Cohen | 2015-04-09 15:46:29 +0200 |
|---|---|---|
| committer | Cyril Cohen | 2015-04-09 15:47:46 +0200 |
| commit | 2a8980122824511b3356b09b88a7f152427f2df6 (patch) | |
| tree | 080dde06fd50a82973ac94407b79531db43a83d2 /mathcomp/field/countalg.v | |
| parent | 999e5fdc1d11285949b3c3d2a4a582d7bf2ba8e3 (diff) | |
field for v8.5
Diffstat (limited to 'mathcomp/field/countalg.v')
| -rw-r--r-- | mathcomp/field/countalg.v | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/mathcomp/field/countalg.v b/mathcomp/field/countalg.v index 68dd16f..de6f01e 100644 --- a/mathcomp/field/countalg.v +++ b/mathcomp/field/countalg.v @@ -1,8 +1,14 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq choice fintype. -Require Import bigop ssralg finalg zmodp matrix mxalgebra. -Require Import poly polydiv mxpoly generic_quotient ring_quotient closed_field. -Require Import ssrint rat. +Require Import mathcomp.ssreflect.ssreflect. +From mathcomp.ssreflect +Require Import ssreflect ssrbool ssrfun eqtype ssrnat seq. +From mathcomp.discrete +Require Import choice fintype bigop generic_quotient. +From mathcomp.algebra +Require Import ssralg finalg zmodp matrix mxalgebra poly polydiv mxpoly. +From mathcomp.algebra +Require Import ring_quotient ssrint rat mxpoly polyXY. +Require Import closed_field. (*****************************************************************************) (* This file clones part of ssralg hierachy for countable types; it does not *) @@ -794,10 +800,7 @@ Export Zmodule.Exports Ring.Exports ComRing.Exports UnitRing.Exports. Export ComUnitRing.Exports IntegralDomain.Exports. Export Field.Exports DecidableField.Exports ClosedField.Exports. -Require Import poly polydiv generic_quotient ring_quotient. -Require Import mxpoly polyXY. Import GRing.Theory. -Require Import closed_field. Canonical Zp_countZmodType m := [countZmodType of 'I_m.+1]. Canonical Zp_countRingType m := [countRingType of 'I_m.+2]. |
