src/HOL/Tools/sat_funcs.ML
changeset 20371 a0f8e89d369d
parent 20278 28be10991666
child 20440 e6fe74eebda3
--- a/src/HOL/Tools/sat_funcs.ML	Wed Aug 09 10:59:58 2006 +0200
+++ b/src/HOL/Tools/sat_funcs.ML	Wed Aug 09 15:48:51 2006 +0200
@@ -300,8 +300,7 @@
 	  SatSolver.UNSATISFIABLE (SOME (clause_table, empty_id)) => (
 		if !trace_sat then
 			tracing ("Proof trace from SAT solver:\n" ^
-				"clauses: [" ^ commas (map (fn (c, cs) =>
-					"(" ^ string_of_int c ^ ", [" ^ commas (map string_of_int cs) ^ "])") (Inttab.dest clause_table)) ^ "]\n" ^
+				"clauses: " ^ string_of_list (string_of_pair string_of_int (string_of_list string_of_int)) (Inttab.dest clause_table) ^ "\n" ^
 				"empty clause: " ^ string_of_int empty_id)
 		else ();
 		if !quick_and_dirty then