author | Christian Urban <urbanc@in.tum.de> |
Wed, 13 Jan 2010 13:40:23 +0100 | |
changeset 860 | e18c691335db |
parent 858 | bb012513fb39 |
child 861 | e3d17c4b3eca |
--- a/Quot/quotient_tacs.ML Wed Jan 13 09:41:57 2010 +0100 +++ b/Quot/quotient_tacs.ML Wed Jan 13 13:40:23 2010 +0100 @@ -29,10 +29,6 @@ (* composition of two theorems, used in maps *) fun OF1 thm1 thm2 = thm2 RS thm1 -(* FIXME --- now in Isabelle *) -fun SOLVED' tac i st = - tac i st |> Seq.filter (fn st' => nprems_of st' < nprems_of st) - (* prints a warning, if the subgoal is not solved *) fun WARN (tac, msg) i st = case Seq.pull ((SOLVED' tac) i st) of