# HG changeset patch # User nipkow # Date 1182709100 -7200 # Node ID 8d01ccdc3652895ec412672865c53508d4de1843 # Parent 10adbdcdc65b2b98b2745113d17cf0e7d69d33b0 *** empty log message *** diff -r 10adbdcdc65b -r 8d01ccdc3652 NEWS --- a/NEWS Sun Jun 24 15:17:54 2007 +0200 +++ b/NEWS Sun Jun 24 20:18:20 2007 +0200 @@ -603,17 +603,22 @@ [x <- xs. P] to avoid an ambiguity caused by list comprehension syntax, and for uniformity. INCOMPATIBILITY -* The lemma collections ring_eq_simps, group_eq_simps and ring_distrib +* New lemma collection field_simps (an extension of ring_simps) + for manipulating (in)equations involving division. Multiplies + with all denominators which can be proved to be non-zero (in equations) + or positive/negative (in inequations). + +* Lemma collections ring_eq_simps, group_eq_simps and ring_distrib have been improved and renamed to ring_simps, group_simps and ring_distribs. * Library/Pretty_Int.thy: maps HOL numerals on target language integer literals - when generating code. + when generating code. * Library/Pretty_Char.thy: maps HOL characters on target language character literals - when generating code. + when generating code. * Library/Commutative_Ring.thy: switched from recdef to function package; - constants add, mul, pow now curried. Infix syntax for algebraic operations. + constants add, mul, pow now curried. Infix syntax for algebraic operations. * Some steps towards more uniform lattice theory development in HOL.