changeset 17970 | a84ac7c201ea |
parent 16179 | fa7e70be26b0 |
child 18127 | 9f03d8a9a81b |
--- 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