]> matita.cs.unibo.it Git - helm.git/history - helm/gTopLevel/proofEngine.ml
Typing of intros_tac improved. It now has a parameter that is a fresh-names
[helm.git] / helm / gTopLevel / proofEngine.ml
2002-12-03 Claudio Sacerdoti... Typing of intros_tac improved. It now has a parameter...
2002-12-03 Michele GalatàAdded new tactics: Exists, Split, Assumption, Absurd...
2002-11-04 Claudio Sacerdoti... The reduction tactics are now shared between ReductionT...
2002-11-04 Claudio Sacerdoti... The fold tactic of proofEngine now uses ReductionTactic...
2002-10-31 Michele GalatàAdded variousTactic with Constructor, Left, Right,...
2002-10-31 Claudio Sacerdoti... - ElimIntrosSimpl now implemented using tacticals....
2002-10-30 Claudio Sacerdoti... - (Partial) porting to the new theory with explicit...
2002-10-25 no authorThis commit was manufactured by cvs2svn to create branch
2002-10-09 no authorThis commit was manufactured by cvs2svn to create branch
2002-09-20 Claudio Sacerdoti... change code moved to change_tac (functional version...
2002-09-04 Enrico TassiFourier tactic
2002-07-22 Claudio Sacerdoti... Many improvements in tactics (and tactical) representation:
2002-07-01 Stefano Zacchiroli- added Ring tactic on reals
2002-06-12 Claudio Sacerdoti... * Abst removed from the DTD
2002-05-28 Claudio Sacerdoti... * Bug fixed: syntactic equality for CIC term (which...
2002-05-28 Claudio Sacerdoti... Fold must use replace with the = equality and not the...
2002-05-24 Claudio Sacerdoti... * Clear and ClearBody implemented, but they are bugged...
2002-05-20 Claudio Sacerdoti... Many many improvements:
2002-05-08 Claudio Sacerdoti... Experimental commit: definitions are now allowed in...
2002-04-29 Claudio Sacerdoti... * Bug fixed: Elim did not work for principles whose...
2002-04-26 Claudio Sacerdoti... * Many improvements (expecially in exceptions handling)
2002-04-24 Claudio Sacerdoti... * New implementation of Apply and Elim based on the...
2002-04-19 Claudio Sacerdoti... * The interface of CicTypeChecker now allows the usage...
2002-04-19 Claudio Sacerdoti... Bug fixed: reduction in the scratch window now works...
2002-04-19 Claudio Sacerdoti... Reduction tactics in the scratch window implemented.
2002-04-18 Claudio Sacerdoti... * Many improvements
2002-04-16 Claudio Sacerdoti... * Many improvements
2002-04-08 Claudio Sacerdoti... * Many improvements
2002-04-05 Claudio Sacerdoti... * Many improvements.
2002-04-02 Claudio Sacerdoti... First commit of our future proof-assistant/proof-improv...