X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fdist%2FChangeLog;h=9013f0550b47b3e396236a47d5bfd4c494ec05d0;hb=7a40b58531881c904e3e8336ef3593129ba9562f;hp=6a609017ec089c9e108cd557638ffdfe39c13f38;hpb=40b85b6717785a7b24f2bc0680e716655b8faf99;p=helm.git diff --git a/helm/software/matita/dist/ChangeLog b/helm/software/matita/dist/ChangeLog index 6a609017e..9013f0550 100644 --- a/helm/software/matita/dist/ChangeLog +++ b/helm/software/matita/dist/ChangeLog @@ -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.