recovered from 7a1f597f454e, simplified imports;
authorwenzelm
Thu, 29 Oct 2009 23:17:35 +0100
changeset 33346 c5cd93763e71
parent 33345 0affc2535979
child 33347 6748bd742d7a
recovered from 7a1f597f454e, simplified imports;
src/HOL/ex/Numeral.thy
--- a/src/HOL/ex/Numeral.thy	Thu Oct 29 22:29:51 2009 +0100
+++ b/src/HOL/ex/Numeral.thy	Thu Oct 29 23:17:35 2009 +0100
@@ -5,7 +5,7 @@
 header {* An experimental alternative numeral representation. *}
 
 theory Numeral
-imports Plain Divides
+imports Main
 begin
 
 subsection {* The @{text num} type *}