diff options
Diffstat (limited to 'mathcomp/algebra/fraction.v')
| -rw-r--r-- | mathcomp/algebra/fraction.v | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mathcomp/algebra/fraction.v b/mathcomp/algebra/fraction.v index 732cc19..446248f 100644 --- a/mathcomp/algebra/fraction.v +++ b/mathcomp/algebra/fraction.v @@ -1,6 +1,9 @@ (* (c) Copyright Microsoft Corporation and Inria. All rights reserved. *) -Require Import ssreflect ssrfun ssrbool eqtype ssrnat div seq choice tuple. -Require Import bigop ssralg poly polydiv generic_quotient. +(*v8.5 From mathcomp.ssreflect *) +Require Import ssreflect ssrfun ssrbool eqtype ssrnat seq. +(*v8.5 From mathcomp.discrete *) +Require Import div choice tuple bigop generic_quotient. +Require Import ssralg poly polydiv. (* This file builds the field of fraction of any integral domain. *) (* The main result of this file is the existence of the field *) |
