tuned
authorwebertj
Sat, 02 Sep 2006 03:10:27 +0200
changeset 20464 2b3fc1459ffa
parent 20463 062c4e9bf3bb
child 20465 95f6d354b0ed
tuned
src/HOL/Tools/sat_funcs.ML
--- a/src/HOL/Tools/sat_funcs.ML	Sat Sep 02 01:10:10 2006 +0200
+++ b/src/HOL/Tools/sat_funcs.ML	Sat Sep 02 03:10:27 2006 +0200
@@ -324,7 +324,7 @@
 				(* cf. Conjunction.elim_list *)
 				fun right_elim_list th =
 					let val (th1, th2) = Conjunction.elim th
-					in [th1] @ right_elim_list th2 end handle THM _ => [th]
+					in th1 :: right_elim_list th2 end handle THM _ => [th]
 				(* [[c_1 && ... && c_n] |- c_1, ..., [c_1 && ... && c_n] |- c_n] *)
 				val converted_clauses = right_elim_list cnf_thm
 				(* initialize the clause array with the given clauses *)