changeset 10463 | 474263d29057 |
parent 10309 | a7f961fb62c6 |
child 10493 | 76e05ec87b57 |
--- 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;