aboutsummaryrefslogtreecommitdiff
path: root/mathcomp/basic/all_basic.v
diff options
context:
space:
mode:
authorCyril Cohen2015-07-17 18:03:31 +0200
committerCyril Cohen2015-07-17 18:03:31 +0200
commit532de9b68384a114c6534a0736ed024c900447f9 (patch)
treee100a6a7839bf7548ab8a9e053033f8eef3c7492 /mathcomp/basic/all_basic.v
parentf180c539a00fd83d8b3b5fd2d5710eb16e971e2e (diff)
Updating files + reorganizing everything
Diffstat (limited to 'mathcomp/basic/all_basic.v')
-rw-r--r--mathcomp/basic/all_basic.v12
1 files changed, 12 insertions, 0 deletions
diff --git a/mathcomp/basic/all_basic.v b/mathcomp/basic/all_basic.v
new file mode 100644
index 0000000..dfa8536
--- /dev/null
+++ b/mathcomp/basic/all_basic.v
@@ -0,0 +1,12 @@
+Require Export choice.
+Require Export path.
+Require Export div.
+Require Export fintype.
+Require Export fingraph.
+Require Export tuple.
+Require Export finfun.
+Require Export bigop.
+Require Export prime.
+Require Export finset.
+Require Export binomial.
+Require Export generic_quotient.