NEWS
changeset 26086 3c243098b64a
parent 26072 f65a7fa2da6c
child 26139 f7823a676ef7
--- a/NEWS	Sat Feb 16 16:52:09 2008 +0100
+++ b/NEWS	Sun Feb 17 06:49:53 2008 +0100
@@ -35,6 +35,12 @@
 
 *** HOL ***
 
+* Theory Int: The representation of numerals has changed.  The infix operator
+BIT and the bit datatype with constructors B0 and B1 have disappeared.
+INCOMPATIBILITY, use "Int.Bit0 x" and "Int.Bit1 y" in place of "x BIT bit.B0"
+and "y BIT bit.B1", respectively.  Theorems involving BIT, B0, or B1 have been
+renamed with "Bit0" or "Bit1" accordingly.
+
 * Theory Nat: definition of <= and < on natural numbers no longer depend
 on well-founded relations.  INCOMPATIBILITY.  Definitions le_def and less_def
 have disappeared.  Consider lemmas not_less [symmetric, where ?'a = nat]