aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/all.v
diff options
context:
space:
mode:
authorEnrico Tassi2015-03-09 11:07:53 +0100
committerEnrico Tassi2015-03-09 11:24:38 +0100
commitfc84c27eac260dffd8f2fb1cb56d599f1e3486d9 (patch)
treec16205f1637c80833a4c4598993c29fa0fd8c373 /mathcomp/all.v
Initial commit
Diffstat (limited to 'mathcomp/all.v')
-rw-r--r--mathcomp/all.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/mathcomp/all.v b/mathcomp/all.v
new file mode 100644
index 0000000..9be65b2
--- /dev/null
+++ b/mathcomp/all.v
@@ -0,0 +1,10 @@
+Require Export mathcomp.algebra.all.
+Require Export mathcomp.attic.all.
+Require Export mathcomp.character.all.
+Require Export mathcomp.discrete.all.
+Require Export mathcomp.field.all.
+Require Export mathcomp.fingroup.all.
+Require Export mathcomp.odd_order.all.
+Require Export mathcomp.real_closed.all.
+Require Export mathcomp.solvable.all.
+Require Export mathcomp.ssreflect.all.