]> matita.cs.unibo.it Git - helm.git/history - matita/components/ng_kernel/nCicExtraction.ml
Patterns are now computed according to the extracted constructor type.
[helm.git] / matita / components / ng_kernel / nCicExtraction.ml
2012-08-28 Claudio Sacerdoti... Patterns are now computed according to the extracted...
2012-08-28 Claudio Sacerdoti... pattern arguments where printed in reverse order
2012-08-28 Claudio Sacerdoti... Bug fixed: rhs in match were printed in wrong context.
2012-08-27 Claudio Sacerdoti... Code for computing patterns the way Haskell likes them...
2012-08-27 Claudio Sacerdoti... Fixed pretty-printing of mutual recursive stuff and...
2012-08-27 Claudio Sacerdoti... 1. fixed pretty-printing of constructors, type variable...
2012-08-27 Claudio Sacerdoti... 1. added Skip to terms to maintain consistency between...
2012-08-27 Claudio Sacerdoti... Fixed left/right context distinction in inductive types.
2012-08-27 Claudio Sacerdoti... Pretty printing of context (variable refreshing) fixed.
2012-08-27 Claudio Sacerdoti... size_of_type fixed and simplified
2012-08-27 Claudio Sacerdoti... No pattern matching over empty types in Haskell
2012-08-27 Claudio Sacerdoti... Infos stored for inductive types.
2012-08-27 Claudio Sacerdoti... Preliminary extraction of constructors.
2012-08-27 Claudio Sacerdoti... Added kind signatures to data declaration.
2012-08-27 Claudio Sacerdoti... 1. Dominic:
2012-08-22 Claudio Sacerdoti... Preliminary work on (co)inductive types.
2012-08-02 Claudio Sacerdoti... Bug fixed: the context generated by l.h.s. binders...
2012-08-02 Claudio Sacerdoti... Pretty printing of patterns done almost correctly.
2012-08-02 Claudio Sacerdoti... Tentative code for Fixpoint. Still to be completed.
2012-08-02 Claudio Sacerdoti... 1. Implemented type inference for Fomega to extract...
2012-08-02 Claudio Sacerdoti... Bugs fixed:
2012-08-01 Claudio Sacerdoti... Bugs related to pretty printing of names fixed (capital...
2012-08-01 Claudio Sacerdoti... Bug fixed: Haskell forces capitalisation.
2012-08-01 Claudio Sacerdoti... Begin of porting of code extraction to the new Matita.