src/Pure/axclass.ML
changeset 53171 a5e54d4d9081
parent 52788 da1fdbfebd39
child 54742 7a86358a3c0b
--- a/src/Pure/axclass.ML	Fri Aug 23 20:09:34 2013 +0200
+++ b/src/Pure/axclass.ML	Fri Aug 23 20:35:50 2013 +0200
@@ -264,9 +264,8 @@
     else SOME (map_proven_arities (K arities') thy)
   end;
 
-val _ = Context.>> (Context.map_theory
-  (Theory.at_begin complete_classrels #>
-   Theory.at_begin complete_arities));
+val _ = Theory.setup
+  (Theory.at_begin complete_classrels #> Theory.at_begin complete_arities);
 
 val _ = Proofterm.install_axclass_proofs
   {classrel_proof = Thm.proof_of oo the_classrel,