dealt with name clash with List.itrev
authornipkow
Mon, 12 Sep 2005 20:15:15 +0200
changeset 17326 9fe23a5bb021
parent 17325 d9d50222808e
child 17327 9008633b237e
dealt with name clash with List.itrev
doc-src/TutorialI/Misc/Itrev.thy
--- a/doc-src/TutorialI/Misc/Itrev.thy	Mon Sep 12 18:20:32 2005 +0200
+++ b/doc-src/TutorialI/Misc/Itrev.thy	Mon Sep 12 20:15:15 2005 +0200
@@ -1,5 +1,8 @@
 (*<*)
-theory Itrev imports Main begin;
+theory Itrev
+imports Main
+begin
+ML"reset NameSpace.unique_names"
 (*>*)
 
 section{*Induction Heuristics*}
@@ -139,5 +142,6 @@
 \index{induction heuristics|)}
 *}
 (*<*)
+ML"set NameSpace.unique_names"
 end
 (*>*)