]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/cic_proof_checking/cicTypeChecker.ml
- hExtlib: added debugging information for split_nth
[helm.git] / helm / software / components / cic_proof_checking / cicTypeChecker.ml
2009-05-14 Ferruccio Guidi- hExtlib: added debugging information for split_nth
2009-02-02 Enrico TassiCicTypeChecker.typecheck now takes an additional parameter:
2008-10-13 Claudio Sacerdoti... Bug fixed in LetIn: the cumulativity test was performed...
2008-09-07 Ferruccio GuidicicDischarge: we still have some problems here. Some...
2008-08-01 Enrico Tassifixed recursiveness check
2008-07-30 Enrico Tassifixed check, if 0 constructors then no List.nth is...
2008-07-30 Enrico Tassiallowed sort elim now check for recursive types
2008-07-30 Claudio Sacerdoti... Missing check implemented: uniformity of left parameter...
2008-07-23 Enrico Tassipositivity check fixed, some subterms were erroneously...
2008-07-15 Enrico TassiCProp_i <= Type_i , Type_i <= CProp_i
2008-07-09 Enrico TassiCProp hierarchy fixed:
2008-07-09 Enrico Tassitab -> ' '
2008-05-30 Enrico TassiCProp hierarchy is there!
2008-05-29 Enrico TassiCProp, since it was defined in CoRN as a Type, is predi...
2008-05-17 Enrico Tassiimpredicative Set is considered as Prop in the new...
2008-05-17 Claudio Sacerdoti... Missing check implemented: the sort of each constructor...
2008-05-03 Claudio Sacerdoti... Bug fixed in handling of explicit named substitutions...
2008-04-28 Claudio Sacerdoti... In guarded by destructors, avoid computing the (whd...
2008-04-24 Enrico Tassiguarded_by_constructor completely rewritten, fixed...
2008-04-21 Enrico Tassifix universe handling, newly encountered objects are...
2008-04-19 Enrico Tassiancient graph regarding universes and trust=false,...
2008-04-19 Claudio Sacerdoti... oblivion_ugraph => empty_ugraph
2008-04-18 Enrico TassicicEnvironment refactoring with sound view of Coq`s...
2008-04-17 Enrico Tassiexample:
2008-04-17 Enrico Tassiadded a missing whd
2008-04-17 Enrico Tassinew calculation of recursive parameters in guarded...
2008-04-17 Enrico TassiTwo similar cases packed together
2008-04-17 Enrico Tassisome fixes for guardness conditions
2008-04-15 Claudio Sacerdoti... check_is_really_smaller simplified to consider that...
2008-04-15 Claudio Sacerdoti... 1. bug fixed: the context must be type-checked before...
2008-04-15 Enrico Tassipositivity check fixed, a MutInd not applied (but with...
2008-04-14 Enrico Tassipositivity condition was relying on the name declared...
2008-04-08 Claudio Sacerdoti... Bad alpha-conversion by Enrico fixed.
2008-04-07 Enrico Tassithe explicit type in a LetIn must be typecheckd before...
2008-04-07 Enrico Tassilefts_and_tys was tys@lefts, CSC claims it was working...
2008-04-03 Enrico Tassibug found rewriting the kernel backported: n instead...
2008-04-02 Enrico Tassifixes backported from the new kernel
2008-03-13 Claudio Sacerdoti... :-(
2008-03-11 Claudio Sacerdoti... Very experimental commit: the type of the source is...
2008-03-10 Claudio Sacerdoti... Debugging print removed.
2008-03-09 Claudio Sacerdoti... Added ad-hoc optimization for check_metasenv_consistenc...
2008-03-09 Claudio Sacerdoti... Redundant check (because of an invariant) removed.
2007-10-25 Claudio Sacerdoti... Bug fixed: a MutCase with missing or exceeding cases...
2007-03-22 Claudio Sacerdoti... Several instances of the same bug fixed at once: when...
2007-02-06 Claudio Sacerdoti... Incredible bug fixed in Fix and CoFix. The types of...
2006-10-23 Claudio Sacerdoti... CicUniv.UniverseInconsistency is no handled correcly.
2006-09-21 Enrico Tassi"21" -> "Implicit found"
2006-09-12 Claudio Sacerdoti... Possible bug fixed (similar to the previous one, but...
2006-09-12 Claudio Sacerdoti... Bug fixed in the guarded_by_descructors function: in...
2006-09-04 Andrea AspertiBug fixing. If the inductive types do not occur in...
2006-03-29 Claudio Sacerdoti... #### EXPERIMENTAL COMMIT ####
2006-03-29 Claudio Sacerdoti... Debugging code added.
2006-03-28 Enrico Tassimore profiling and fixes for paramod
2006-03-27 Claudio Sacerdoti... "Performance bug" fixed: I removed a whd in the does_no...
2006-03-27 Claudio Sacerdoti... Several "try ... with _ -> " specialized.
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/