diff options
Diffstat (limited to 'theories/Reals/Integration.v')
-rw-r--r-- | theories/Reals/Integration.v | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/theories/Reals/Integration.v b/theories/Reals/Integration.v new file mode 100644 index 00000000..c3c3d9bb --- /dev/null +++ b/theories/Reals/Integration.v @@ -0,0 +1,13 @@ +(************************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *) +(* \VV/ **************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(************************************************************************) + +(*i $Id: Integration.v,v 1.1.6.1 2004/07/16 19:31:10 herbelin Exp $ i*) + +Require Export NewtonInt. +Require Export RiemannInt_SF. +Require Export RiemannInt.
\ No newline at end of file |