# HG changeset patch # User wenzelm # Date 1393187435 -3600 # Node ID c05d3e22adaf4e347930115c4535ab27f9525a79 # Parent a1184dfb8e0020b3258b7538f7ed188efe81809d unused; diff -r a1184dfb8e00 -r c05d3e22adaf src/Pure/Isar/locale.ML --- 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));