]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/dist/ChangeLog
...
[helm.git] / helm / software / matita / dist / ChangeLog
index 6a609017ec089c9e108cd557638ffdfe39c13f38..9013f0550b47b3e396236a47d5bfd4c494ec05d0 100644 (file)
@@ -1,4 +1,10 @@
 0.5.7 - ... - ...
+       * code that generates eliminators fixed to use whd ~delta:true
+         when counting products, this allows to used definitions as inductive type
+               ariety.
+       * match ... with rendering fixed to break the box containing
+         constructors arguments if needed (i.e. record projections
+         are now almost readable)
        * fixed pattern matching over ast terms, Ast.Case construct can be
          matched correctly. Look the o-algebra example if you are
          intereseted.