src/Pure/theory.ML
changeset 24137 8d7896398147
parent 23655 d2d1138e0ddc
child 24199 8be734b5f59f
--- a/src/Pure/theory.ML	Thu Aug 02 23:18:13 2007 +0200
+++ b/src/Pure/theory.ML	Fri Aug 03 16:28:15 2007 +0200
@@ -32,7 +32,7 @@
   val axioms_of: theory -> (string * term) list
   val all_axioms_of: theory -> (string * term) list
   val defs_of : theory -> Defs.T
-  val self_ref: theory -> theory_ref
+  val check_thy: theory -> theory_ref
   val deref: theory_ref -> theory
   val merge: theory * theory -> theory
   val merge_refs: theory_ref * theory_ref -> theory_ref
@@ -65,7 +65,7 @@
 val parents_of = Context.parents_of;
 val ancestors_of = Context.ancestors_of;
 
-val self_ref = Context.self_ref;
+val check_thy = Context.check_thy;
 val deref = Context.deref;
 val merge = Context.merge;
 val merge_refs = Context.merge_refs;