NEWS
authorhaftmann
Wed, 08 Dec 2010 14:52:23 +0100
changeset 41079 a0d9258e2091
parent 41076 a7fba340058c
child 41080 294956ff285b
NEWS
NEWS
--- a/NEWS	Wed Dec 08 13:34:51 2010 +0100
+++ b/NEWS	Wed Dec 08 14:52:23 2010 +0100
@@ -111,6 +111,17 @@
 
 *** HOL ***
 
+* More canonical naming convention for some fundamental definitions:
+
+    bot_bool_eq ~> bot_bool_def
+    top_bool_eq ~> top_bool_def
+    inf_bool_eq ~> inf_bool_def
+    sup_bool_eq ~> sup_bool_def
+    bot_fun_eq ~> bot_fun_def
+    top_fun_eq ~> top_fun_def
+    inf_fun_eq ~> inf_fun_def
+    sup_fun_eq ~> sup_fun_def
+
 * Quickcheck now by default uses exhaustive testing instead of random
 testing.  Random testing can be invoked by quickcheck[random],
 exhaustive testing by quickcheck[exhaustive].