src/HOL/Tools/res_reconstruct.ML
changeset 24493 d4380e9b287b
parent 24425 ca97c6f3d9cd
child 24547 64c20ee76bc1
--- a/src/HOL/Tools/res_reconstruct.ML	Thu Aug 30 21:44:29 2007 +0200
+++ b/src/HOL/Tools/res_reconstruct.ML	Thu Aug 30 22:35:34 2007 +0200
@@ -238,7 +238,7 @@
   vt0 holds the initial sort constraints, from the conjecture clauses.*)
 fun clause_of_strees ctxt vt0 ts =
   let val (vt, dt) = lits_of_strees ctxt (vt0,[]) ts in
-    singleton (ProofContext.infer_types ctxt) (TypeInfer.constrain (fix_sorts vt dt) HOLogic.boolT)
+    singleton (Syntax.check_terms ctxt) (TypeInfer.constrain (fix_sorts vt dt) HOLogic.boolT)
   end;
 
 (*Quantification over a list of Vars. FIXME: for term.ML??*)