HOLCF theorem naming conventions
authorhuffman
Thu, 22 Sep 2005 18:59:41 +0200
changeset 17584 6eab0f1cb0fe
parent 17583 c272b91b619f
child 17585 f12d7ac88eb4
HOLCF theorem naming conventions
NEWS
--- a/NEWS	Thu Sep 22 14:09:48 2005 +0200
+++ b/NEWS	Thu Sep 22 18:59:41 2005 +0200
@@ -674,6 +674,16 @@
 requirement. The packages generate instances of class cpo or pcpo,
 with continuity and strictness theorems for Rep and Abs.
 
+* HOLCF: Many theorems have been renamed according to a more standard naming
+scheme (INCOMPATIBILITY):
+
+  foo_inject:  "foo$x = foo$y ==> x = y"
+  foo_eq:      "(foo$x = foo$y) = (x = y)"
+  foo_less:    "(foo$x << foo$y) = (x << y)"
+  foo_strict:  "foo$UU = UU"
+  foo_defined: "... ==> foo$x ~= UU"
+  foo_defined_iff: "(foo$x = UU) = (x = UU)"
+
 
 *** ZF ***