author | wenzelm |
Thu, 10 Apr 2008 14:53:24 +0200 | |
changeset 26608 | ff838a61dad6 |
parent 26607 | e36d16985402 |
child 26609 | 53754d9ee31f |
--- a/src/Pure/pure_setup.ML Thu Apr 10 13:44:43 2008 +0200 +++ b/src/Pure/pure_setup.ML Thu Apr 10 14:53:24 2008 +0200 @@ -16,6 +16,8 @@ (* the Pure theories *) +val theory = ThyInfo.get_theory; + Context.>> (Context.map_theory (OuterSyntax.process_file (Path.explode "Pure.thy") #> Theory.end_theory));