# HG changeset patch # User wenzelm # Date 1389393738 -3600 # Node ID 9a1710a644126e95c76d094c4213522b1f29e997 # Parent da70ab8531f4c92575ee8beb5cc0e30584e3ffd7 disable Thm.check_hyps for now, due to remaining problems with AFP/Datatype_Order_Generator and AFP/Psi_Calculi (because of HOL-Nominal 'equivariance'); diff -r da70ab8531f4 -r 9a1710a64412 src/Pure/goal.ML --- a/src/Pure/goal.ML Fri Jan 10 21:37:28 2014 +0100 +++ b/src/Pure/goal.ML Fri Jan 10 23:42:18 2014 +0100 @@ -221,7 +221,7 @@ (finish ctxt' st |> Drule.flexflex_unique |> Thm.check_shyps sorts - |> Thm.check_hyps ctxt') + (* |> Thm.check_hyps ctxt' *) (* FIXME *)) 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