From 532de9b68384a114c6534a0736ed024c900447f9 Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Fri, 17 Jul 2015 18:03:31 +0200 Subject: Updating files + reorganizing everything --- mathcomp/basic/all_basic.v | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mathcomp/basic/all_basic.v (limited to 'mathcomp/basic/all_basic.v') 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. -- cgit v1.2.3