# HG changeset patch # User wenzelm # Date 1260560655 -3600 # Node ID e3daf3c07381b4782c5b2f4c0af2fe927a4ff9e9 # Parent 451b0c8a15cfef76a23ecf320d8fab584fe0cf6b Subgoal.FOCUS (and variants): resulting goal state is normalized as usual for resolution; tuned; diff -r 451b0c8a15cf -r e3daf3c07381 NEWS --- a/NEWS Fri Dec 11 20:43:41 2009 +0100 +++ b/NEWS Fri Dec 11 20:44:15 2009 +0100 @@ -13,12 +13,14 @@ * Complete_Lattice.thy: lemmas top_def and bot_def have been replaced by the more convenient lemmas Inf_empty and Sup_empty. Dropped lemmas -Inf_insert_simp adn Sup_insert_simp, which are subsumed by Inf_insert and -Sup_insert. Lemmas Inf_UNIV and Sup_UNIV replace former Inf_Univ and Sup_Univ. -Lemmas inf_top_right and sup_bot_right subsume inf_top and sup_bot respectively. -INCOMPATIBILITY. - -* Finite_Set.thy and List.thy: some lemmas have been generalized from sets to lattices: +Inf_insert_simp adn Sup_insert_simp, which are subsumed by Inf_insert +and Sup_insert. Lemmas Inf_UNIV and Sup_UNIV replace former Inf_Univ +and Sup_Univ. Lemmas inf_top_right and sup_bot_right subsume inf_top +and sup_bot respectively. INCOMPATIBILITY. + +* Finite_Set.thy and List.thy: some lemmas have been generalized from +sets to lattices: + fun_left_comm_idem_inter ~> fun_left_comm_idem_inf fun_left_comm_idem_union ~> fun_left_comm_idem_sup inter_Inter_fold_inter ~> inf_Inf_fold_inf @@ -33,7 +35,12 @@ *** ML *** -* Curried take and drop; negative length is interpreted as infinity. INCOMPATIBILITY. +* Curried take and drop in library.ML; negative length is interpreted +as infinity (as in chop). INCOMPATIBILITY. + +* Subgoal.FOCUS (and variants): resulting goal state is normalized as +usual for resolution. Rare INCOMPATIBILITY. + New in Isabelle2009-1 (December 2009)