merged
authorwenzelm
Tue, 24 Mar 2009 16:11:42 +0100
changeset 30708 83df88b6d082
parent 30707 b0391b9b7103 (diff)
parent 30705 e8ab35c6ade6 (current diff)
child 30709 d9ca766bf24c
merged
--- a/NEWS	Tue Mar 24 16:11:09 2009 +0100
+++ b/NEWS	Tue Mar 24 16:11:42 2009 +0100
@@ -330,6 +330,11 @@
 * Simplifier: simproc for let expressions now unfolds if bound variable
 occurs at most once in let expression body.  INCOMPATIBILITY.
 
+* New attribute "arith" for facts that should always be used automaticaly
+by arithmetic. It is intended to be used locally in proofs, eg
+assumes [arith]: "x > 0"
+Global usage is discouraged because of possible performance impact.
+
 * New classes "top" and "bot" with corresponding operations "top" and "bot"
 in theory Orderings;  instantiation of class "complete_lattice" requires
 instantiation of classes "top" and "bot".  INCOMPATIBILITY.