Goal.conclude;
authorwenzelm
Fri, 21 Oct 2005 18:14:50 +0200
changeset 17970 a84ac7c201ea
parent 17969 7262f4a45190
child 17971 ffcec1ddbc1e
Goal.conclude;
src/Pure/IsaPlanner/isand.ML
--- a/src/Pure/IsaPlanner/isand.ML	Fri Oct 21 18:14:49 2005 +0200
+++ b/src/Pure/IsaPlanner/isand.ML	Fri Oct 21 18:14:50 2005 +0200
@@ -378,9 +378,9 @@
           Library.split_list (map (allify_for_sg_term ctermify cfrees) sgs);
 
       val minimal_th = 
-          (Library.foldl (fn ( th', sgthm) => 
+          Goal.conclude (Library.foldl (fn ( th', sgthm) => 
                           Drule.compose_single (sgthm, 1, th'))
-                      (th, sgthms)) RS Drule.rev_triv_goal;
+                      (th, sgthms));
 
       val allified_th = 
           minimal_th