]> matita.cs.unibo.it Git - helm.git/shortlog
helm.git
2008-04-15 Claudio Sacerdoti... added sample of guarded by in which coq is stronger
2008-04-15 Enrico Tassipositivity check fixed, a MutInd not applied (but with...
2008-04-15 Enrico Tassido not use an implicit but a sort as a neutral term...
2008-04-14 Enrico Tassiobjects are typechecked to ensure there is a graph...
2008-04-14 Enrico Tassileftno should be increased of the expnamedsubst, but...
2008-04-14 Enrico Tassibetter error message
2008-04-14 Enrico Tassisame_obj made more precise, fixed the order of the...
2008-04-14 Enrico Tassificed fixpoint cache usage for mutual fix
2008-04-14 Enrico Tassifixed positivity conditions
2008-04-14 Enrico Tassiadded mk_fix i j r that given an r of a fix generated...
2008-04-14 Enrico Tassipositivity condition was relying on the name declared...
2008-04-14 Enrico Tassiadded little optimization to not add twice the same arc
2008-04-11 Enrico Tassiquinck and untested implementation of positivity condit...
2008-04-11 Enrico Tassi...
2008-04-11 Enrico Tassiadded depndency of new kernel to metadata to allow...
2008-04-11 Enrico TassiFIXED bug, added assertion in case a universe inside...
2008-04-11 Enrico Tassiadded function to fresh types
2008-04-11 Enrico Tassicall Unshare.fresh_types
2008-04-11 Enrico Tassiload the graph of objects that depend on the ones reque...
2008-04-11 Enrico Tassiuse universe rank instead of Type0
2008-04-11 Enrico TassiType related failures fixed
2008-04-11 Enrico Tassibetter pp of objects
2008-04-11 Claudio Sacerdoti... Extracted code. The main executable is medium_tests...
2008-04-11 Enrico Tassiremoved useless file
2008-04-11 Enrico Tassifixed modules order
2008-04-11 Enrico Tassimore fix removed from types
2008-04-11 Enrico Tassimore fix removed from types in proofs
2008-04-11 Enrico Tassiwhen we build the elimination principle we fresh univer...
2008-04-11 Enrico Tassiadded a parameter to unshare universes
2008-04-11 Enrico TassiConversion of 2 lambdas was not requiring equality...
2008-04-11 Enrico Tassicontext of types built in the reverse order
2008-04-11 Enrico Tassiadded a simplify to prevent the generation of an ugly fix
2008-04-11 Enrico Tassiimplemented inductive and less parentheses
2008-04-10 Claudio Sacerdoti... The cache of objects is now used also for cofixpoints.
2008-04-10 Claudio Sacerdoti... New: cache of translated fixpoints (to avoid the genera...
2008-04-10 Claudio Sacerdoti... does_not_occur exported to be used in oCic2NCic
2008-04-09 Claudio Sacerdoti... Bug fixed: references to CoFix are CoFix, not Fix.
2008-04-09 Enrico Tassiprint unnamed variables as __n
2008-04-09 Enrico Tassiswitch off profilers
2008-04-09 Enrico Tassipp with parenthesis only when necessary and with some...
2008-04-09 Claudio Sacerdoti... ...
2008-04-09 Claudio Sacerdoti... Fixed serious bug that occurred only in the following...
2008-04-09 Enrico Tassibetter pp in Appl
2008-04-09 Enrico Tassibetter pp
2008-04-09 Enrico Tassipretty printer on steroids
2008-04-09 Claudio Sacerdoti... Added some "\n" here and there to the pretty-printing...
2008-04-09 Claudio Sacerdoti... Grave bug fixed: Ce that point to definitions were...
2008-04-09 Enrico Tassiadded profiling on/off
2008-04-09 Enrico Tassiinvalidate fixed
2008-04-09 Enrico Tassiallow to switch profiling on and off on the fly
2008-04-09 Enrico Tassiremoved two useless calls to the environment, one still...
2008-04-09 Enrico Tassi...
2008-04-08 Claudio Sacerdoti... Variables are no longer experted (cooking is now implem...
2008-04-08 Claudio Sacerdoti... Swapped arguments in error message.
2008-04-08 Claudio Sacerdoti... Variables having a body can occur in cooked terms and...
2008-04-08 Claudio Sacerdoti... Fix over the previous one: Var-LetIn abstractions shoul...
2008-04-08 Claudio Sacerdoti... Error message improved.
2008-04-08 Claudio Sacerdoti... Cooking w.r.t. variables with bodies is now implemented...
2008-04-08 Claudio Sacerdoti... Fix name capture in cofix.
2008-04-08 Claudio Sacerdoti... To test the translation.
2008-04-08 Claudio Sacerdoti... Name capture fixed.
2008-04-08 Claudio Sacerdoti... Improved error messages in place of "sort elimination...
2008-04-08 Claudio Sacerdoti... Seed reset before each convert_obj.
2008-04-08 Claudio Sacerdoti... Use seed to avoid further name clashes.
2008-04-08 Claudio Sacerdoti... ...
2008-04-08 Claudio Sacerdoti... Incredible, but true! Our name mangling clashed with...
2008-04-08 Claudio Sacerdoti... Cooked objects are no longer well typed in the uncooked...
2008-04-08 Claudio Sacerdoti... Improved eat_prods error message (at the cost of passin...
2008-04-08 Claudio Sacerdoti... The old kernel does not accept ens whose order is diffe...
2008-04-08 Claudio Sacerdoti... Bad alpha-conversion by Enrico fixed.
2008-04-08 Claudio Sacerdoti... Bug fixed: the ens need not be ordered w.r.t. the decla...
2008-04-08 Claudio Sacerdoti... j off by one in error message
2008-04-08 Claudio Sacerdoti... fix_outty partially fixed: missing lifts in args and ens
2008-04-08 Claudio Sacerdoti... fix_outty fixed in order to perform eta-expansion when...
2008-04-08 Enrico Tassiadded simplify to avoid ugly proofterm
2008-04-07 Claudio Sacerdoti... Tentative (and bad!) fix of outtypes in non-dependent...
2008-04-07 Claudio Sacerdoti... Cooking discriminated into cooking in types (using...
2008-04-07 Claudio Sacerdoti... Pretty-printing of definitions fixed.
2008-04-07 Claudio Sacerdoti... Cooking implemented (not tested yet).
2008-04-07 Claudio Sacerdoti... Reports improved.
2008-04-07 Claudio Sacerdoti... Debugging code fixed.
2008-04-07 Enrico Tassiadded invalidate to clear the cache and ease the compar...
2008-04-07 Enrico Tassicommented out uris of objs that do not compile properly
2008-04-07 Enrico Tassiadded comparison with old kernel
2008-04-07 Enrico Tassifixed error message for eat prods
2008-04-07 Enrico Tassiinvalidate
2008-04-07 Enrico Tassiuris relative to axioms are translated in the right way
2008-04-07 Enrico Tassiadded invalidate
2008-04-07 Enrico Tassiadded preliminary checks for indtys
2008-04-07 Enrico Tassicall get_obj instead of get_cooked_obj ~trust:false
2008-04-07 Enrico Tassiadded case of const and axiom
2008-04-07 Enrico Tassiadded # to comment
2008-04-07 Enrico Tassibetter printings
2008-04-07 Enrico Tassithe explicit type in a LetIn must be typecheckd before...
2008-04-07 Enrico Tassiopt compilation enabled, removed some pps, check has...
2008-04-07 Enrico Tassilefts_ad_tys properly sorted, added some metasenv here...
2008-04-07 Enrico Tassilefts_and_tys was tys@lefts, CSC claims it was working...
2008-04-07 Enrico Tassiadded a list of uris to ease debugging
2008-04-07 Enrico Tassiprint the excpetion and raise it again, seems to produc...
2008-04-07 Enrico Tassinew constants have depth = max_int insted of 0 so that...
next