]> matita.cs.unibo.it Git - helm.git/history - components/cic_exportation/cicExportation.ml
a) Detection of existential types now implemented
[helm.git] / components / cic_exportation / cicExportation.ml
2007-11-10 Claudio Sacerdoti... a) Detection of existential types now implemented
2007-11-10 Claudio Sacerdoti... More correct (but still bugged) implementation of type...
2007-11-10 Claudio Sacerdoti... Dead code removed.
2007-11-08 Claudio Sacerdoti... Trivial bug fixed in type inference of LetIn source...
2007-11-08 Claudio Sacerdoti... Arguments of constructors in a case pattern are now...
2007-11-05 Claudio Sacerdoti... Bug in detection of too polymorphic types partially...
2007-11-05 Claudio Sacerdoti... MutCases that occur in types should be handled with...
2007-11-05 Claudio Sacerdoti... Obj.magic are now generated to extract dependently...
2007-11-05 Claudio Sacerdoti... Handling of left parameters of constructors/indutive...
2007-11-05 Claudio Sacerdoti... Slightly nicer output.
2007-11-05 Claudio Sacerdoti... Filenames are now fully mangled (e.g. matita_nat_nat...
2007-11-05 Claudio Sacerdoti... Type application and abstractions are now exported...
2007-11-05 Claudio Sacerdoti... New OCaml keyword "val".
2007-11-04 Claudio Sacerdoti... The type parameters in an inductive type declaration...
2007-11-04 Claudio Sacerdoti... Type arguments are better uncapitalized.
2007-11-04 Claudio Sacerdoti... Empty types not in Prop and empty types elimination...
2007-11-04 Claudio Sacerdoti... Empty and singleton type elimination are now handled...
2007-11-04 Claudio Sacerdoti... 1. type definitions of propositions are no longer expor...
2007-11-04 Claudio Sacerdoti... * type definitions that define a new proposition are...
2007-11-04 Claudio Sacerdoti... All names are now qualified. This avoids the need for...
2007-11-02 Claudio Sacerdoti... *** Very experimental and not branched ***