]> matita.cs.unibo.it Git - helm.git/history - matita/components/ng_kernel/nCicExtraction.ml
Fixed indentation, which is semantic in Haskell.
[helm.git] / matita / components / ng_kernel / nCicExtraction.ml
2012-08-29 Claudio Sacerdoti... Fixed indentation, which is semantic in Haskell.
2012-08-29 Claudio Sacerdoti... Extraction is now integrated with the usual machinery...
2012-08-29 Claudio Sacerdoti... Top used also for fixes.
2012-08-29 Claudio Sacerdoti... Match in types handled using Top.
2012-08-28 Claudio Sacerdoti... Dead code removed.
2012-08-28 Claudio Sacerdoti... Match in classification of non-terms taken in account.
2012-08-28 Claudio Sacerdoti... Known bug fixed: the rhs of a match over a small single...
2012-08-28 Claudio Sacerdoti... Basics/logic.ma no longer raises exception.
2012-08-28 Claudio Sacerdoti... Bug fixed: when extracting pattern matching on singleto...
2012-08-28 Claudio Sacerdoti... Fixed pretty-printing of types of variables bound in...
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.