]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/tactics/equalityTactics.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / equalityTactics.ml
2005-11-18 Claudio Sacerdoti... Improvement/bug fix: rewriting in the hypothesis used...
2005-11-17 Claudio Sacerdoti... Comments changed/removed.
2005-11-17 Claudio Sacerdoti... "Parallel" rewriting in a list of hypothesis and in...
2005-11-17 Claudio Sacerdoti... Major code semplification and improvement:
2005-11-17 Claudio Sacerdoti... First draft implementation of rewriting in an hypothesis.
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-09-13 Claudio Sacerdoti... Two bugs fixed in the apply tactic:
2005-09-08 Stefano Zacchiroliimplemented lazy disambiguation of tactics arguments...
2005-07-08 Claudio Sacerdoti... Replace is now working again and it is able to match...
2005-07-08 Claudio Sacerdoti... Cosmetic changes: a piece of code replaced with a pre...
2005-07-08 Claudio Sacerdoti... Bug fixed: metavariables generated by the saturation...
2005-07-08 Claudio Sacerdoti... 1. PrimitiveTactics.new_metasenv_for_apply changed...
2005-07-04 Claudio Sacerdoti... New command default "foo" uri1 ... urin
2005-07-02 Claudio Sacerdoti... All the equalityTactics have now been ported to use...
2005-07-01 Claudio Sacerdoti... replace tactic reimplemented.
2005-07-01 Claudio Sacerdoti... The replace tactic is now working again. It can now...
2005-06-30 Claudio Sacerdoti... The rewrite_* set of tactics is now working again....
2005-06-30 Claudio Sacerdoti... 1. rewrite_* and rewrite_back_* merged into one function
2005-06-29 Claudio Sacerdoti... 1. new syntax for patterns:
2005-06-27 Claudio Sacerdoti... A few other tactics made available to matita.
2005-06-27 Enrico Tassi1) moved select and pattern_of from cicUtil to proofEng...
2005-06-24 Enrico Tassinow we use rplace_lifting_csc since the what must NOT...
2005-06-17 Enrico Tassiadded support for goal patterns
2005-05-06 Enrico Tassifactorization of rewrite.
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolipasses ~subst to FreshNameGenerator
2004-06-01 Enrico Tassinew universes implementation
2004-04-20 Stefano Zacchiroligot rid of ~status label so that tactics can now be...
2004-02-24 Claudio Sacerdoti... Partial porting to V8 URIs.
2004-02-05 Claudio Sacerdoti... fresh_name_generator has now also the metasenv parameter.
2004-02-05 Claudio Sacerdoti... mk_fresh_name moved to FreshNamesGenerator.
2004-01-27 Stefano Zacchirolis/List.find.../CicUtil.lookup_meta/
2004-01-22 Stefano Zacchirolimoved hard coded uris to HelmLibraryObjects
2003-12-02 Ferruccio Guidisort CProp added
2003-09-05 Claudio Sacerdoti... Replace is now working also over Type.
2003-09-05 Claudio Sacerdoti... Replace tactic fixed. It was not working any longer...
2003-06-19 Claudio Sacerdoti... Merge of the V7_3_new_exportation branch.