# HG changeset patch # User wenzelm # Date 1007229041 -3600 # Node ID db4d5f498742f2cde3f22d4b58f5688f3fe17118 # Parent 60bf75e157e44632fcbd7e5f1b2ef371217fd723 * HOL: the class of all HOL types is now called "type" rather than "term"; INCOMPATIBILITY, need to adapt references to this type class in axclass/classes, instance/arities, and (usually rare) occurrences in typings (of consts etc.); internally the class is called "HOL.type", ML programs should refer to HOLogic.typeS; diff -r 60bf75e157e4 -r db4d5f498742 NEWS --- a/NEWS Fri Nov 30 17:55:13 2001 +0100 +++ b/NEWS Sat Dec 01 18:50:41 2001 +0100 @@ -158,6 +158,12 @@ - remove all special provisions on numerals in proofs; +* HOL: the class of all HOL types is now called "type" rather than +"term"; INCOMPATIBILITY, need to adapt references to this type class +in axclass/classes, instance/arities, and (usually rare) occurrences +in typings (of consts etc.); internally the class is called +"HOL.type", ML programs should refer to HOLogic.typeS; + * HOL/record package improvements: - new derived operations "fields" to build a partial record section, "extend" to promote a fixed record to a record scheme, and