src/HOL/Tools/sat.ML
changeset 67559 833d154ab189
parent 67149 e61557884799
child 69593 3dda49e08b9d
--- a/src/HOL/Tools/sat.ML	Wed Jan 31 21:05:47 2018 +0100
+++ b/src/HOL/Tools/sat.ML	Thu Feb 01 13:55:10 2018 +0100
@@ -303,7 +303,7 @@
     (* Conjunction.intr_balanced and fold Thm.weaken below, is quadratic for *)
     (* terms sorted in descending order, while only linear for terms      *)
     (* sorted in ascending order                                          *)
-    val sorted_clauses = sort (Term_Ord.fast_term_ord o apply2 Thm.term_of) nontrivial_clauses
+    val sorted_clauses = sort Thm.fast_term_ord nontrivial_clauses
     val _ =
       cond_tracing ctxt (fn () =>
         "Sorted non-trivial clauses:\n" ^