author | wenzelm |
Fri, 15 Sep 2006 22:56:17 +0200 | |
changeset 20549 | c643984eb94b |
parent 20548 | 8ef25fe585a8 |
child 20550 | 5a925ad63f4d |
--- a/src/Pure/theory.ML Fri Sep 15 22:56:13 2006 +0200 +++ b/src/Pure/theory.ML Fri Sep 15 22:56:17 2006 +0200 @@ -7,8 +7,6 @@ signature BASIC_THEORY = sig - type theory - type theory_ref val sign_of: theory -> theory (*obsolete*) val rep_theory: theory -> {axioms: term NameSpace.table, @@ -63,9 +61,6 @@ (* context operations *) -type theory = Context.theory; -type theory_ref = Context.theory_ref; - val eq_thy = Context.eq_thy; val subthy = Context.subthy;