no polymorphic "var"
authorblanchet
Tue, 27 Jul 2010 14:12:35 +0200
changeset 38011 cd67805a36b9
parent 38010 ae3df22dd70b
child 38013 0c15b8a655cd
child 38014 81c23d286f0c
no polymorphic "var"
src/HOL/Tools/Sledgehammer/sledgehammer_tptp_format.ML
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_tptp_format.ML	Tue Jul 27 14:02:15 2010 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_tptp_format.ML	Tue Jul 27 14:12:35 2010 +0200
@@ -387,7 +387,8 @@
 fun repair_problem_line thy explicit_forall full_types const_tab
                         (Fof (ident, kind, phi)) =
   Fof (ident, kind, repair_formula thy explicit_forall full_types const_tab phi)
-val repair_problem_with_const_table = map o apsnd o map oooo repair_problem_line
+fun repair_problem_with_const_table thy =
+  map o apsnd o map ooo repair_problem_line thy
 
 fun repair_problem thy explicit_forall full_types explicit_apply problem =
   repair_problem_with_const_table thy explicit_forall full_types