src/HOL/Tools/metis_tools.ML
changeset 32262 73cd8f74cf2a
parent 32091 30e2ffbba718
child 32432 64f30bdd3ba1
child 32529 d703a76acc08
--- a/src/HOL/Tools/metis_tools.ML	Wed Jul 29 00:09:14 2009 +0200
+++ b/src/HOL/Tools/metis_tools.ML	Wed Jul 29 19:35:10 2009 +0200
@@ -628,7 +628,8 @@
        if exists_type ResAxioms.type_has_empty_sort (prop_of st0)  
        then (warning "Proof state contains the empty sort"; Seq.empty)
        else 
-	 (Meson.MESON ResAxioms.neg_clausify (fn cls => resolve_tac (FOL_SOLVE mode ctxt cls ths) 1) i
+	 (Meson.MESON ResAxioms.neg_clausify
+	   (fn cls => resolve_tac (FOL_SOLVE mode ctxt cls ths) 1) ctxt i
 	  THEN ResAxioms.expand_defs_tac st0) st0
     end
     handle METIS s => (warning ("Metis: " ^ s); Seq.empty);