]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/ng_kernel/nCicTypeChecker.ml
Bug fixed: the debrujinate function (hence the one to compute objects height)
[helm.git] / helm / software / components / ng_kernel / nCicTypeChecker.ml
2009-07-08 Claudio Sacerdoti... Bug fixed: the debrujinate function (hence the one...
2009-06-05 Claudio Sacerdoti... The kernel _must_ check the correctness of the height...
2009-06-03 Claudio Sacerdoti... Huge commit with several changes:
2009-05-15 Claudio Sacerdoti... Patch to add a debugging string to HExtlib.split_nth...
2009-05-14 Ferruccio Guidi- hExtlib: added debugging information for split_nth
2009-05-08 Claudio Sacerdoti... The relevance list can be shorter than leftno (when...
2009-05-05 Enrico Tassi- pretty printer made robust in face of list_nth
2009-04-29 Claudio Sacerdoti... Refinement of inductive type implemented.
2009-04-25 Claudio Sacerdoti... Better error message.
2009-04-06 Enrico Tassibetter error message
2008-12-12 Enrico Tassibetter error message, functions to clear various caches...
2008-12-09 Enrico Tassibetter max function (instead of @) for combining universes
2008-12-05 Enrico Tassia few missing ~subst added to whd
2008-10-27 Enrico Tassimetasenv passed to get_relevance, Metas that stand...
2008-10-14 Enrico Tassiterm refinement almost done, some functions exported...
2008-10-13 Enrico Tassiinitial refiner ....
2008-10-03 Enrico Tassi- NCicPp.ppterm applies the substitution
2008-08-01 Enrico Tassifixed recursiveness check
2008-07-30 Enrico Tassifixed allowed sort elim
2008-07-30 Claudio Sacerdoti... Missing check in positivity implemented: we did not...
2008-07-25 Enrico Tassi- too strict check on left parameters of constructors...
2008-07-23 Enrico Tassipositivity check fixed
2008-06-13 Wilmer Ricciottifinal relevance check
2008-06-10 Wilmer RicciottiAdded check of relevance lists for inductive types...
2008-06-09 Wilmer Ricciottimore proof irrelevance
2008-06-04 Wilmer RicciottiProof-irrelevance check for all applications (first...
2008-06-04 Wilmer Ricciottiincomplete irrelevance test commented out
2008-05-30 Enrico Tassiirrelevance check half implemented but already impossib...
2008-05-29 Enrico Tassirelevance check partially implemented but bugged since...
2008-05-29 Enrico Tassiunused variables removed
2008-05-29 Enrico Tassiref sync check fixed controlling fix/cofix coherence
2008-05-19 Claudio Sacerdoti... Here is where we should add relevance checks.
2008-05-19 Claudio Sacerdoti... Code simplification.
2008-05-19 Claudio Sacerdoti... CProp dropped in favour of a cprop universe exported...
2008-05-19 Enrico Tassiadded leftno to references f inductive types and constr...
2008-05-18 Claudio Sacerdoti... Bug fixed: when computing the left arguments, I was...
2008-05-18 Claudio Sacerdoti... New missing check implemented: the left parameters...
2008-05-18 Claudio Sacerdoti... Serious bug fixed: the max of two universes was compute...
2008-05-18 Claudio Sacerdoti... Error message improved.
2008-05-17 Claudio Sacerdoti... New check implemented: the sort of each constructor...
2008-05-16 Enrico Tassiadded new implementation of universes
2008-05-16 Enrico Tassiused ind/coind information in references
2008-05-15 Enrico Tassiheight of constants properly handled
2008-05-14 Claudio Sacerdoti... list_iter2_default_value moved to HExtlib. 1 euro to...
2008-05-14 Claudio Sacerdoti... eat_lambdas and eat_or_subst_lambdas taken out of the...
2008-05-14 Claudio Sacerdoti... debruijn simplified. It could go in nCicUtils, but...
2008-05-14 Claudio Sacerdoti... Bug fixed: types were check for conversion in the wrong...
2008-05-14 Claudio Sacerdoti... We forgot an important check: the declared and expected...
2008-05-14 Claudio Sacerdoti... New checks for well-formedness of metasenvs and substs.
2008-05-14 Claudio Sacerdoti... map_hash moved to HExtlib
2008-05-14 Claudio Sacerdoti... New licence used uniformly everywhere.
2008-05-13 Claudio Sacerdoti... One more bug fixed: we tried to perform List.nth on...
2008-05-13 Claudio Sacerdoti... - is_closed removed from the kernel (it used to make...
2008-05-13 Claudio Sacerdoti... Type of conjecture and subst_entry made uniform.
2008-05-13 Enrico Tassiconvertibility was taking a metasenv but not using it
2008-05-13 Claudio Sacerdoti... Added boolean "is_inductive" to NReference.Ind
2008-05-12 Claudio Sacerdoti... trust is always false by default
2008-05-12 Claudio Sacerdoti... trust implemented, but in the nCicTypeChecker!
2008-05-12 Claudio Sacerdoti... New implementation of CicEnvironment:
2008-05-07 Claudio Sacerdoti... Partially reverted bad merge by Enrico that re-introduc...
2008-05-05 Enrico Tassiget_check_fix and cofix unified, bug regarding debruijn...
2008-05-05 Enrico Tassifix_left_in_constr still broken, ask enrico
2008-05-05 Enrico Tassiguarded_by_constructors implemented, some cleanup here...
2008-04-30 Claudio Sacerdoti... Implementation of guarded_by_destructor is now complete...
2008-04-30 Claudio Sacerdoti... stupid error fixed
2008-04-30 Claudio Sacerdoti... fixed_args fixed to accept passing a partially applied...
2008-04-30 Enrico Tassiadded check on all bodies, only the one we actually...
2008-04-30 Enrico Tassifixed wrong Rel, still to do: Fix(i,j) applied to dange...
2008-04-30 Enrico Tassiguarded_by_destructors on steroids
2008-04-28 Claudio Sacerdoti... Avoid (whd ~delta:true) during guarded_by_destructors...
2008-04-23 Enrico Tassiported the instantiate-left-params-to-calculate-rec...
2008-04-22 Enrico Tassiadded a call to ppcontext in the case of appl, to ease...
2008-04-19 Enrico Tassibetter error message
2008-04-18 Enrico TassiAppl case in is_really_smaller fixed as in the old...
2008-04-17 Enrico Tassiis_really_smaller in sync with old kernel, impossible...
2008-04-15 Enrico Tassiget_checked_fix -> get_checked_fixes
2008-04-15 Enrico Tassido not use an implicit but a sort as a neutral term...
2008-04-14 Enrico Tassibetter error message
2008-04-14 Enrico Tassifixed positivity conditions
2008-04-11 Enrico Tassiquinck and untested implementation of positivity condit...
2008-04-11 Enrico Tassicontext of types built in the reverse order
2008-04-09 Enrico Tassiremoved two useless calls to the environment, one still...
2008-04-08 Claudio Sacerdoti... Swapped arguments in error message.
2008-04-08 Claudio Sacerdoti... Error message improved.
2008-04-08 Claudio Sacerdoti... To test the translation.
2008-04-08 Claudio Sacerdoti... Improved error messages in place of "sort elimination...
2008-04-08 Claudio Sacerdoti... Improved eat_prods error message (at the cost of passin...
2008-04-08 Claudio Sacerdoti... j off by one in error message
2008-04-07 Enrico Tassifixed error message for eat prods
2008-04-07 Enrico Tassiadded preliminary checks for indtys
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 Tassioff by one in calling count_from
2008-04-07 Enrico Tassicontext, metasenv and subst made mandatory in CicPp
2008-04-07 Enrico Tassiguarded by has a nice error message
2008-04-07 Enrico Tassireference type made private, added mk_constructor to...
2008-04-04 Enrico Tassisome debug printings
2008-04-04 Enrico Tassitype_of_constant was retunrning the type of the wrong...
2008-04-04 Enrico Tassidebugging started
2008-04-04 Enrico Tassitype of constant ported
next