src/HOL/Tools/meson.ML
changeset 38612 fa7e19c6be74
parent 38557 9926c47ad1a1
parent 38608 01ed56c46259
child 38623 08a789ef8044
--- a/src/HOL/Tools/meson.ML	Thu Aug 19 18:44:26 2010 +0200
+++ b/src/HOL/Tools/meson.ML	Fri Aug 20 14:18:55 2010 +0200
@@ -520,7 +520,7 @@
         forward_res ctxt (make_nnf1 ctxt)
            (tryres(th, [conj_forward,disj_forward,all_forward,ex_forward]))
     handle THM ("tryres", _, _) => th
-  else th;
+  else th
 
 (*The simplification removes defined quantifiers and occurrences of True and False.
   nnf_ss also includes the one-point simprocs,
@@ -539,8 +539,7 @@
   #> simplify nnf_ss
 
 fun make_nnf ctxt th = case prems_of th of
-    [] => th |> presimplify
-             |> make_nnf1 ctxt
+    [] => th |> presimplify |> make_nnf1 ctxt
   | _ => raise THM ("make_nnf: premises in argument", 0, [th]);
 
 (*Pull existential quantifiers to front. This accomplishes Skolemization for