]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/cic_proof_checking/cicTypeChecker.ml
Very experimental commit: the type of the source is now required in LetIns
[helm.git] / helm / software / components / cic_proof_checking / cicTypeChecker.ml
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/