]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/cic_proof_checking/cicReduction.ml
parameter sintax added to axiom statement
[helm.git] / helm / software / components / cic_proof_checking / cicReduction.ml
2009-10-28 Claudio Sacerdoti... 1) new-style debugging/profiling code for old reduction
2009-02-05 Enrico Tassia non necessary but morally required change. The matche...
2009-01-29 Enrico Tassiapplication arguments are compared with test_eq_only...
2008-07-15 Enrico TassiCProp_i <= Type_i , Type_i <= CProp_i
2008-05-30 Enrico TassiCProp hierarchy is there!
2008-05-03 Claudio Sacerdoti... Bug fixed in handling of explicit named substitutions...
2008-04-11 Enrico TassiConversion of 2 lambdas was not requiring equality...
2008-03-11 Claudio Sacerdoti... Very experimental commit: the type of the source is...
2008-03-10 Claudio Sacerdoti... whd: ~delta=false now controls also zeta-reduction...
2007-07-19 Claudio Sacerdoti... Convertibility now converts machines in place of terms.
2007-07-10 Claudio Sacerdoti... New reduction strategy: the new reduction strategy...
2007-03-26 Claudio Sacerdoti... Serious bug fixed: a variable was captured during unfol...
2007-03-22 Claudio Sacerdoti... Several instances of the same bug fixed at once: when...
2007-03-22 Claudio Sacerdoti... Debugging code removed.
2007-03-16 Ferruccio Guidielim tactic: it needs two arguments, a term as well...
2006-10-23 Claudio Sacerdoti... CicUniv.UniverseInconsistency is no handled correcly.
2006-07-18 Claudio Sacerdoti... head_beta_reduce can now optionally perform delta reduc...
2006-04-03 Claudio Sacerdoti... Useless code simplified out.
2006-03-30 Claudio Sacerdoti... Bug fixed: terms with a Cast used to raise assert false...
2006-03-29 Claudio Sacerdoti... Huge speed-up in conversion: the old conversion strateg...
2006-03-29 Claudio Sacerdoti... #### EXPERIMENTAL COMMIT ####
2006-03-27 Claudio Sacerdoti... Several "try ... with _ -> " specialized.
2006-03-24 Claudio Sacerdoti... Recently introduced bug fixed in the kernel: a stack...
2006-02-14 Enrico Tassireverted orrible but correct syntax
2006-02-14 Enrico Tassifixed syntax
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/