then_tac = refine;
authorwenzelm
Tue, 07 Sep 1999 16:57:28 +0200
changeset 7504 0fec51813079
parent 7503 e8be98558eb8
child 7505 a9690e9cc58a
then_tac = refine;
src/Pure/Isar/method.ML
--- a/src/Pure/Isar/method.ML	Tue Sep 07 16:57:15 1999 +0200
+++ b/src/Pure/Isar/method.ML	Tue Sep 07 16:57:28 1999 +0200
@@ -347,10 +347,7 @@
   |> Proof.goal_facts (K [])
   |> refine text;
 
-fun then_tac text state =
-  state
-  |> Proof.goal_facts Proof.the_facts
-  |> refine text;
+val then_tac = refine;
 
 
 (* structured proof steps *)