]> matita.cs.unibo.it Git - helm.git/history - components/cic_proof_checking/cicTypeChecker.ml
Bug fixed: a MutCase with missing or exceeding cases was not detected!
[helm.git] / components / cic_proof_checking / cicTypeChecker.ml
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/