]> matita.cs.unibo.it Git - helm.git/history - helm/gTopLevel/proofEngine.ml
- added and exposed get_current_status_as_xml
[helm.git] / helm / gTopLevel / proofEngine.ml
2003-02-20 Stefano Zacchiroli- added and exposed get_current_status_as_xml
2003-02-04 Michele GalatàAdded new module DiscriminationTactics
2003-02-04 Michele GalatàAdded buttons for new tactics Injection and Discriminate
2003-01-29 Claudio Sacerdoti... Added a callback to the generalize tactic to generate...
2003-01-29 Claudio Sacerdoti... Generalize now works on a list of convertible terms...
2003-01-29 Claudio Sacerdoti... 1. All the reduction tactics have been modified to...
2003-01-29 Claudio Sacerdoti... Optional callbacks have been added to tactics that...
2003-01-28 Claudio Sacerdoti... Decompose now has a new parameter which is the callback...
2003-01-24 Michele GalatàAdded Decompose tactic
2002-12-12 Michele GalatàRearranged tactics in VariousTactics into new modules...
2002-12-09 Claudio Sacerdoti... * ElimSimplIntros replace by ElimIntrosSimpl. Simplific...
2002-12-06 Claudio Sacerdoti... The fresh_name generator has been moved to ProofEngineH...
2002-12-04 Claudio Sacerdoti... New tactic fold_simpl.
2002-12-04 Claudio Sacerdoti... * fold_tac has now a new parameter, which is the reduct...
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...