changed order of included theories
authoroheimb
Wed, 09 Sep 1998 17:14:19 +0200
changeset 5442 e60b8698ab15
parent 5441 45bd13b15d80
child 5443 e2459d18ff47
changed order of included theories
src/HOL/Main.thy
--- a/src/HOL/Main.thy	Wed Sep 09 16:43:14 1998 +0200
+++ b/src/HOL/Main.thy	Wed Sep 09 17:14:19 1998 +0200
@@ -1,4 +1,4 @@
 
 (*theory Main includes everything*)
 
-Main = Map + Record + Bin + RelPow + Sexp + String + Recdef
+Main = Map + Recdef + Record + Bin + RelPow + Sexp + String