src/Pure/goal.ML
changeset 54994 8e98d67325b1
parent 54993 625370769fc0
child 55559 d4aea4bbe87f
--- a/src/Pure/goal.ML	Sat Jan 11 20:06:31 2014 +0100
+++ b/src/Pure/goal.ML	Sat Jan 11 21:39:21 2014 +0100
@@ -220,7 +220,7 @@
               (finish ctxt' st
                 |> Drule.flexflex_unique
                 |> Thm.check_shyps sorts
-                (* |> Thm.check_hyps (Context.Proof ctxt') *) (* FIXME *))
+                |> Thm.check_hyps (Context.Proof ctxt'))
               handle THM (msg, _, _) => err msg | ERROR msg => err msg;
           in
             if Unify.matches_list thy [Thm.term_of stmt] [Thm.prop_of res] then res