turn off new polymorphism code again -- a new issue popped up
authorblanchet
Mon, 14 Jun 2010 21:49:25 +0200
changeset 37419 4656ef45fedf
parent 37418 c02bd0bb276d
child 37433 a2a89563bfcb
turn off new polymorphism code again -- a new issue popped up
src/HOL/Tools/Sledgehammer/sledgehammer_fact_preprocessor.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_fact_preprocessor.ML	Mon Jun 14 20:48:36 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_fact_preprocessor.ML	Mon Jun 14 21:49:25 2010 +0200
@@ -407,6 +407,7 @@
       val ctxt0 = Variable.global_thm_context th
       val (nnfth, ctxt) = to_nnf th ctxt0
       val inline = exists_type (exists_subtype (can dest_TFree)) (prop_of nnfth)
+      val inline = false (* FIXME: temporary *)
       val defs = skolem_theorems_of_assume inline s nnfth
       val (cnfs, ctxt) = Meson.make_cnf defs nnfth ctxt
     in