src/HOL/WF.ML
changeset 9970 dfe4747c8318
parent 9422 4b6bc2b347e5
child 10067 ab03cfd6be3a
--- a/src/HOL/WF.ML	Fri Sep 15 12:39:57 2000 +0200
+++ b/src/HOL/WF.ML	Fri Sep 15 15:30:50 2000 +0200
@@ -290,7 +290,7 @@
 
 Goalw [the_recfun_def]
     "is_recfun r H a f ==> is_recfun r H a (the_recfun r H a)";
-by (eres_inst_tac [("P", "is_recfun r H a")] selectI 1);
+by (eres_inst_tac [("P", "is_recfun r H a")] someI 1);
 qed "is_the_recfun";
 
 Goal "[| wf(r);  trans(r) |] ==> is_recfun r H a (the_recfun r H a)";