NEWS
changeset 18644 b59766bc66c9
parent 18642 6954633b6a76
child 18674 98d380757893
equal deleted inserted replaced
18643:89a7978f90e1 18644:b59766bc66c9
   296 mangling (bijective mapping from any expression values to strings).
   296 mangling (bijective mapping from any expression values to strings).
   297 
   297 
   298 * Pure/General: rat.ML implements rational numbers.
   298 * Pure/General: rat.ML implements rational numbers.
   299 
   299 
   300 * Pure: datatype Context.generic joins theory/Proof.context and
   300 * Pure: datatype Context.generic joins theory/Proof.context and
   301 provides some facilities for generic code that works in either kind of
   301 provides some facilities for code that works in either kind of
   302 context, notably GenericDataFun for uniform theory and proof data.
   302 context, notably GenericDataFun for uniform theory and proof data.
   303 
   303 
   304 * Pure: type Context.generic attribute is now the preferred
   304 * Pure: type Context.generic attribute is now the preferred
   305 representation for global vs. local attributes while avoiding code
   305 representation for global vs. local attributes while avoiding code
   306 duplication; Attrib.theory/context/generic converts between different
   306 duplication; Attrib.theory/context/generic converts between different