src/CTT/Main.thy
author hoelzl
Wed, 17 Feb 2010 18:56:34 +0100
changeset 35173 9b24bfca8044
parent 17441 5b5feca0344a
child 35762 af3ff2ba4c54
permissions -rw-r--r--
Renamed Multivariate-Analysis/Integration to Multivariate-Analysis/Integration_MV to avoid name clash with Integration.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10466
78168ca70469 new Main.thy as in HOL, ZF
paulson
parents:
diff changeset
     1
17441
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     2
(* $Id$ *)
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     3
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     4
header {* Main includes everything *}
10466
78168ca70469 new Main.thy as in HOL, ZF
paulson
parents:
diff changeset
     5
17441
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     6
theory Main
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     7
imports CTT Arith Bool
5b5feca0344a converted to Isar theory format;
wenzelm
parents: 16417
diff changeset
     8
begin
10466
78168ca70469 new Main.thy as in HOL, ZF
paulson
parents:
diff changeset
     9
end