NEWS
authorbulwahn
Tue, 11 Jan 2011 17:59:35 +0100
changeset 41509 c86889cf295b
parent 41508 2aec4b8cd289
child 41510 75c6c4069938
NEWS
NEWS
--- a/NEWS	Tue Jan 11 17:38:03 2011 +0100
+++ b/NEWS	Tue Jan 11 17:59:35 2011 +0100
@@ -133,6 +133,12 @@
 
 *** HOL ***
 
+* New simproc that rewrites list comprehensions applied to List.set
+to set comprehensions.
+To deactivate the simproc for historic proof scripts, use:
+  
+  [[simproc del: list_to_set_comprehension]]
+
 * Functions can be declared as coercions and type inference will add
 them as necessary upon input of a term. In theory Complex_Main,
 real :: nat => real and real :: int => real are declared as