src/Tools/coherent.ML
changeset 54883 dd04a8b654fc
parent 54742 7a86358a3c0b
child 55627 95c8ef02f04b
--- a/src/Tools/coherent.ML	Tue Dec 31 11:19:14 2013 +0100
+++ b/src/Tools/coherent.ML	Tue Dec 31 14:29:16 2013 +0100
@@ -48,7 +48,7 @@
      Raw_Simplifier.rewrite ctxt true (map Thm.symmetric
        [Data.atomize_exL, Data.atomize_conjL, Data.atomize_disjL])) ct
 
-fun rulify_elim ctxt th = Simplifier.norm_hhf (Conv.fconv_rule (rulify_elim_conv ctxt) th);
+fun rulify_elim ctxt th = Simplifier.norm_hhf ctxt (Conv.fconv_rule (rulify_elim_conv ctxt) th);
 
 (* Decompose elimination rule of the form
    A1 ==> ... ==> Am ==> (!!xs1. Bs1 ==> P) ==> ... ==> (!!xsn. Bsn ==> P) ==> P