src/Pure/axclass.ML
changeset 59564 fdc03c8daacc
parent 59058 a78612c67ec0
child 59582 0fbed69ff081
--- a/src/Pure/axclass.ML	Mon Feb 23 14:48:40 2015 +0100
+++ b/src/Pure/axclass.ML	Mon Feb 23 14:50:30 2015 +0100
@@ -457,7 +457,7 @@
     val names = map (prefix arity_prefix) (Logic.name_arities arity);
     val props = Logic.mk_arities arity;
     val ths =
-      Goal.prove_multi ctxt [] [] props
+      Goal.prove_common ctxt NONE [] [] props
       (fn {context, ...} => Goal.precise_conjunction_tac (length props) 1 THEN tac context)
         handle ERROR msg =>
           cat_error msg ("The error(s) above occurred while trying to prove type arity " ^