set Pure theory name properly
authorhaftmann
Fri, 30 Oct 2009 18:32:41 +0100
changeset 33365 4db1b31b246e
parent 33364 2bd12592c5e8
child 33366 b0096ac3b731
set Pure theory name properly
src/Pure/pure_thy.ML
--- a/src/Pure/pure_thy.ML	Fri Oct 30 18:32:40 2009 +0100
+++ b/src/Pure/pure_thy.ML	Fri Oct 30 18:32:41 2009 +0100
@@ -268,7 +268,8 @@
 (* main content *)
 
 val _ = Context.>> (Context.map_theory
-  (OldApplSyntax.init #>
+  (Sign.map_naming (Name_Space.set_theory_name Context.PureN) #>
+   OldApplSyntax.init #>
    Sign.add_types
    [(Binding.name "fun", 2, NoSyn),
     (Binding.name "prop", 0, NoSyn),