]> matita.cs.unibo.it Git - helm.git/history - components/tactics/discriminationTactics.ml
cic_acic should be compiled before cic_exportation
[helm.git] / components / tactics / discriminationTactics.ml
2007-10-29 Ferruccio Guidi- destruct: core of subst tactic implemented,
2007-10-25 Ferruccio Guidibug fix in injection e relocate term
2007-10-24 Ferruccio Guidibug fix in injection: we have to recur on the generated...
2007-10-24 Ferruccio Guidiwe revisited the implementation of the destruct tactic...
2007-10-24 Ferruccio Guidi- new function for general relocation of local referenc...
2007-05-17 Enrico Tassiadded a (for the moment) dummy field _subst to Proofeng...
2007-04-18 Enrico Tassihandles failures (sometimes you can't inject)
2007-04-17 Enrico Tassione more step toward a decent destruct
2007-04-10 Enrico Tassistill not completely working but at least non dumb...
2007-01-10 Ferruccio Guidiattributes now in the proof status: commit 2
2006-12-29 Ferruccio Guidi- tactics:
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-09-25 Claudio Sacerdoti... Several bugs fixed in discriminate.
2006-09-20 Claudio Sacerdoti... Injection now clears all intermediate results introduced.
2006-09-20 Claudio Sacerdoti... 1. bug fixed: injection now performs recursion lifting...
2006-09-14 Claudio Sacerdoti... 1. Stricter controls implemented in injection.
2006-09-14 Claudio Sacerdoti... Bug fixed in injection: lifting was not performed corre...
2006-09-14 Claudio Sacerdoti... 1. added a test for injection
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: injection can now work on induc...
2006-09-13 Claudio Sacerdoti... Bug fixed in injection: a missing lift bugged the tacti...
2006-06-09 Claudio Sacerdoti... 1. the default for the default equality/absurd/true...
2006-02-08 Claudio Sacerdoti... Never implemented tactics compare and decide equality...
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/