TFL/thms.sml
changeset 10212 33fe2d701ddd
parent 9971 e0164f01d55a
--- a/TFL/thms.sml	Thu Oct 12 18:09:06 2000 +0200
+++ b/TFL/thms.sml	Thu Oct 12 18:38:23 2000 +0200
@@ -17,9 +17,9 @@
 
 structure Thms: Thms_sig =
 struct
-   val WFREC_COROLLARY = get_thm WF.thy "tfl_wfrec";
-   val WF_INDUCTION_THM = get_thm WF.thy "tfl_wf_induct";
-   val CUT_DEF = get_thm WF.thy "cut_def";
+   val WFREC_COROLLARY = get_thm Wellfounded_Recursion.thy "tfl_wfrec";
+   val WF_INDUCTION_THM = get_thm Wellfounded_Recursion.thy "tfl_wf_induct";
+   val CUT_DEF = get_thm Wellfounded_Recursion.thy "cut_def";
 
    val SELECT_AX = prove_goal HOL.thy "!P x. P x --> P (Eps P)"
      (fn _ => [strip_tac 1, rtac someI 1, assume_tac 1]);