changeset 33317 | b4534348b8fd |
parent 33035 | 15eab423e573 |
child 33339 | d41f77196338 |
--- a/src/HOL/Tools/lin_arith.ML Thu Oct 29 16:59:12 2009 +0100 +++ b/src/HOL/Tools/lin_arith.ML Thu Oct 29 17:58:26 2009 +0100 @@ -681,7 +681,7 @@ val beta_eta_norm = map (apsnd (map (Envir.eta_contract o Envir.beta_norm))) split_goals (* TRY (etac notE) THEN eq_assume_tac: *) - val result = List.filter (not o negated_term_occurs_positively o snd) + val result = filter_out (negated_term_occurs_positively o snd) beta_eta_norm in result