src/Pure/axclass.ML
changeset 12043 8c86683597a8
parent 12004 1703de633aaf
child 12123 739eba13e2cd
--- a/src/Pure/axclass.ML	Sun Nov 04 20:56:19 2001 +0100
+++ b/src/Pure/axclass.ML	Sun Nov 04 20:56:59 2001 +0100
@@ -423,7 +423,7 @@
 
 fun inst_proof mk_prop add_thms (sig_prop, comment) int thy =
   thy
-  |> IsarThy.theorem_i Drule.internalK None ((("", [inst_attribute add_thms]),
+  |> IsarThy.theorem_i Drule.internalK (None, []) ((("", [inst_attribute add_thms]),
     (mk_prop (Theory.sign_of thy) sig_prop, ([], []))), comment) int;
 
 val instance_subclass_proof = inst_proof (mk_classrel oo read_classrel) add_classrel_thms;