HOL/typedef: fixed type inference for representing set;
authorwenzelm
Wed, 17 Mar 1999 13:54:42 +0100
changeset 6386 e9e8af97f48f
parent 6385 5a6570458d9e
child 6387 3e98baa348ec
HOL/typedef: fixed type inference for representing set; AxClass.axclass_tac lost the theory argument;
NEWS
--- a/NEWS	Wed Mar 17 13:50:51 1999 +0100
+++ b/NEWS	Wed Mar 17 13:54:42 1999 +0100
@@ -12,6 +12,9 @@
 
 * HOL: the predicate "inj" is now defined by translation to "inj_on";
 
+* HOL/typedef: fixed type inference for representing set; type
+arguments now have to occur explicitly on the rhs as type constraints;
+
 * ZF: The con_defs part of an inductive definition may no longer refer
 to constants declared in the same theory;
 
@@ -73,6 +76,9 @@
 temporal levels more uniformly; introduces INCOMPATIBILITIES due to
 changed syntax and (many) tactics;
 
+* HOL/typedef: fixed type inference for representing set; type
+arguments now have to occur explicitly on the rhs as type constraints;
+
 
 *** ZF ***
 
@@ -99,6 +105,8 @@
 
 *** Internal programming interfaces ***
 
+* AxClass.axclass_tac lost the theory argument;
+
 * tuned current_goals_markers semantics: begin / end goal avoids
 printing empty lines;