--- a/src/HOL/Tools/typedef_package.ML Mon Nov 13 10:34:32 2000 +0100
+++ b/src/HOL/Tools/typedef_package.ML Mon Nov 13 21:59:49 2000 +0100
@@ -239,7 +239,7 @@
val goal_pat = Thm.term_of (goal_nonempty true cset_pat);
in
thy
- |> IsarThy.theorem_i (("", [typedef_attribute cset do_typedef],
+ |> IsarThy.theorem_i ((("", [typedef_attribute cset do_typedef]),
(goal, ([goal_pat], []))), comment) int
end;
--- a/src/Pure/axclass.ML Mon Nov 13 10:34:32 2000 +0100
+++ b/src/Pure/axclass.ML Mon Nov 13 21:59:49 2000 +0100
@@ -439,7 +439,7 @@
fun inst_proof mk_prop add_thms (sig_prop, comment) int thy =
thy
- |> IsarThy.theorem_i (("", [inst_attribute add_thms],
+ |> IsarThy.theorem_i ((("", [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;