diff options
Diffstat (limited to 'mathcomp/field/algC.v')
| -rw-r--r-- | mathcomp/field/algC.v | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mathcomp/field/algC.v b/mathcomp/field/algC.v index ae60027..86e9e30 100644 --- a/mathcomp/field/algC.v +++ b/mathcomp/field/algC.v @@ -1,14 +1,10 @@ (* (c) Copyright 2006-2016 Microsoft Corporation and Inria. *) (* Distributed under the terms of CeCILL-B. *) -Require Import mathcomp.ssreflect.ssreflect. -From mathcomp -Require Import ssrbool ssrfun ssrnat eqtype seq choice div fintype. -From mathcomp -Require Import path bigop finset prime ssralg poly polydiv mxpoly. -From mathcomp -Require Import generic_quotient countalg closed_field ssrnum ssrint rat intdiv. -From mathcomp -Require Import algebraics_fundamentals. +From mathcomp Require Import ssreflect ssrbool ssrfun ssrnat eqtype seq choice. +From mathcomp Require Import div fintype path bigop finset prime ssralg poly. +From mathcomp Require Import polydiv mxpoly generic_quotient countalg ssrnum. +From mathcomp Require Import closed_field ssrint rat intdiv. +From mathcomp Require Import algebraics_fundamentals. (******************************************************************************) (* This file provides an axiomatic construction of the algebraic numbers. *) |
