Removed debugging code imports...
authorkrauss
Wed, 13 Sep 2006 12:37:13 +0200
changeset 20528 4ade644022dd
parent 20527 958ec4833d87
child 20529 1ca27b3ed2e7
Removed debugging code imports...
src/HOL/ex/CodeCollections.thy
src/HOL/ex/Fundefs.thy
--- a/src/HOL/ex/CodeCollections.thy	Wed Sep 13 12:21:35 2006 +0200
+++ b/src/HOL/ex/CodeCollections.thy	Wed Sep 13 12:37:13 2006 +0200
@@ -5,7 +5,7 @@
 header {* Collection classes as examples for code generation *}
 
 theory CodeCollections
-imports "../FundefDebug" CodeOperationalEquality
+imports CodeOperationalEquality
 begin
 
 section {* Collection classes as examples for code generation *}
--- a/src/HOL/ex/Fundefs.thy	Wed Sep 13 12:21:35 2006 +0200
+++ b/src/HOL/ex/Fundefs.thy	Wed Sep 13 12:37:13 2006 +0200
@@ -6,7 +6,7 @@
 *)
 
 theory Fundefs 
-imports Main "../FundefDebug"
+imports Main
 begin