]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/tactics/variousTactics.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / variousTactics.ml
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-09-08 Stefano Zacchiroliimplemented lazy disambiguation of tactics arguments...
2005-07-09 Claudio Sacerdoti... Some terms were processed in the wrong context.
2005-07-09 Claudio Sacerdoti... Generalize ported to the new select up to unification.
2005-07-08 Claudio Sacerdoti... 1. PrimitiveTactics.new_metasenv_for_apply changed...
2005-06-30 Claudio Sacerdoti... Obsolete comment removed.
2005-06-30 Claudio Sacerdoti... Stupid bug fixed (a completely erroneous assert false...
2005-06-30 Claudio Sacerdoti... This commit makes ProofEngineHelpers.select reach its...
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-23 Claudio Sacerdoti... Tactic generalize ported to patterns and activated...
2005-04-27 Stefano Zacchirolimerged changes from the svn fork by me and Enrico
2005-03-22 Claudio Sacerdoti... Bug fixed in assumption_tac: a missing (lift n) when...
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolipasses ~subst to FreshNameGenerator
2004-11-04 Andrea AspertiAuto moved to a new file autoTactic.ml
2004-11-03 Stefano Zacchirolino longer use Dbi module but directly use Mysql module...
2004-10-22 Stefano Zacchiroli- reimplemented tacticChaser and friends in term of...
2004-10-21 Stefano Zacchirolifixed a buggy pattern matching
2004-07-05 Stefano Zacchirolicommented out some debugging instructions
2004-07-01 Stefano ZacchiroliNew handling of substitution:
2004-06-01 Enrico Tassinew universes implementation
2004-05-21 Matteo SelmiAdded a sort function to decide the order of theorems...
2004-05-18 Andrea AspertiNuova implementazione di Auto "breadth-first".
2004-05-17 Matteo SelmiAdded a filter for uris in tactic "auto".
2004-05-10 Andrea AspertiAdding file match_concl
2004-04-20 Stefano Zacchiroligot rid of ~status label so that tactics can now be...
2004-04-14 Claudio Sacerdoti... Bug fixed: the following happened.
2004-03-12 acerioniFirst implementation of the Auto tactic.
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/
2003-09-05 Claudio Sacerdoti... Defs in context may now have an optional type (when...
2003-06-19 Claudio Sacerdoti... Merge of the V7_3_new_exportation branch.