Revoked workaround (incompatible with HOL/ex/LocaleTest2.thy).
authorballarin
Tue, 28 Oct 2008 17:53:46 +0100
changeset 28707 548703affff5
parent 28706 3fef773ae6b1
child 28708 a1a436f09ec6
Revoked workaround (incompatible with HOL/ex/LocaleTest2.thy).
src/Pure/Isar/theory_target.ML
--- a/src/Pure/Isar/theory_target.ML	Tue Oct 28 16:59:02 2008 +0100
+++ b/src/Pure/Isar/theory_target.ML	Tue Oct 28 17:53:46 2008 +0100
@@ -186,7 +186,7 @@
 
 fun locale_const (Target {target, is_class, ...}) (prmode as (mode, _)) tags ((c, mx), rhs) phi =
   let
-    val c' = Morphism.name phi c |> Name.map_name NameSpace.base;  (* FIXME !!! *)
+    val c' = Morphism.name phi c;
     val rhs' = Morphism.term phi rhs;
     val name = Name.name_of c;
     val name' = Name.name_of c';