src/HOL/Tools/meson.ML
changeset 19112 f81f8706cd37
parent 19046 bc5c6c9b114e
child 19154 f48e36b7d8d4
--- a/src/HOL/Tools/meson.ML	Mon Feb 20 11:38:06 2006 +0100
+++ b/src/HOL/Tools/meson.ML	Mon Feb 20 16:22:52 2006 +0100
@@ -210,8 +210,7 @@
       and cnf_nil th = (cnf_aux (th,[]))
   in 
     name_ref := 19;  (*It's safe to reset this in a top-level call to cnf*)
-    (cnf skoths (th RS conjunct1, cnf skoths (th RS conjunct2, ths))
-     handle THM _ => (*not a conjunction*) cnf_aux (th, ths))
+    cnf_aux (th,ths)
   end;
 
 (*Convert all suitable free variables to schematic variables,