src/Pure/Isar/locale.ML
changeset 55695 c05d3e22adaf
parent 55300 0594b429baf9
child 55728 aaf024d63b35
--- a/src/Pure/Isar/locale.ML	Sun Feb 23 21:11:59 2014 +0100
+++ b/src/Pure/Isar/locale.ML	Sun Feb 23 21:30:35 2014 +0100
@@ -36,7 +36,6 @@
     declaration list ->
     (string * (Attrib.binding * (thm list * Attrib.src list) list) list) list ->
     (string * morphism) list -> theory -> theory
-  val intern: theory -> xstring -> string
   val check: theory -> xstring * Position.T -> string
   val extern: theory -> string -> xstring
   val markup_name: Proof.context -> string -> string
@@ -160,7 +159,6 @@
   val merge = Name_Space.join_tables (K merge_locale);
 );
 
-val intern = Name_Space.intern o #1 o Locales.get;
 fun check thy = #1 o Name_Space.check (Context.Theory thy) (Locales.get thy);
 
 fun extern thy = Name_Space.extern (Proof_Context.init_global thy) (#1 (Locales.get thy));