]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/tactics/primitiveTactics.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / primitiveTactics.ml
2005-11-07 Claudio Sacerdoti... Let-ins with types can now be produced.
2005-10-25 Enrico Tassifixed lapply on new tinycals semantic
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-10-09 Claudio Sacerdoti... More informative exceptions raised.
2005-09-26 Alberto Griggioadded apply_tac_verbose_with_subst, returning a Cic...
2005-09-15 Stefano Zacchirolibugfix in discriminate: now works also with inductive...
2005-09-13 Claudio Sacerdoti... Two bugs fixed in the apply tactic:
2005-07-08 Claudio Sacerdoti... Elim generalized: the term to eliminate is now saturate...
2005-07-08 Claudio Sacerdoti... 1. PrimitiveTactics.new_metasenv_for_apply changed...
2005-07-07 Enrico Tassiapply_tac now catches TypeChecerFailure and raises...
2005-07-07 Enrico Tassitab -> spaces
2005-07-06 Claudio Sacerdoti... Bug fixed: "intros n" should fail when there are less...
2005-07-05 Ferruccio Guidiname specifications added for elim_intros, elim_intros_...
2005-07-01 Claudio Sacerdoti... 1. change_tac moved from PrimitiveTactics to ReductionT...
2005-06-30 Claudio Sacerdoti... Oooops. I forgot the convertibility test that makes...
2005-06-30 Claudio Sacerdoti... The tactic change is now working again. Moreover, it...
2005-06-29 Claudio Sacerdoti... 1. new syntax for patterns:
2005-06-27 Claudio Sacerdoti... 1. interface of replace generalized to patterns
2005-06-17 Enrico Tassiadded support for goal patterns
2005-06-15 Enrico Tassiapply_tac used to calculate the type of the term before...
2005-06-10 Claudio Sacerdoti... Got rid of a few warnings.
2005-06-10 Claudio Sacerdoti... an assert failure changed to an exception and a bit...
2005-06-01 Enrico Tassiremoved debug prerr_endline
2005-05-31 Enrico Tassi added comment
2005-05-31 Enrico Tassiimplemented normalize (used in new_metasenv_for_apply)
2005-05-30 Andrea Aspertiadded intros n
2005-05-25 Enrico Tassiapply now tries both to reduce and to not reduce the...
2005-05-24 Andrea AspertiAdded a new tactic elim_intros (without simpl of the...
2005-05-20 Andrea AspertiAdded a whd on ty in new_metasenv for apply, in order...
2005-01-21 Stefano Zacchiroli- attributes support
2005-01-17 Enrico Tassinew cicEnvironment implementation
2004-12-01 Enrico TassiAdded universes handling. The PRE_UNIVERSES tag may...
2004-11-29 Stefano Zacchirolipasses ~subst to FreshNameGenerator
2004-11-05 Stefano Zacchiroli- added Tactics module as a common point where tactics...
2004-10-22 Andrea Asperti- added (hack) apply_tac_verbose (for auto)
2004-07-02 Claudio Sacerdoti... Bug fixed: eta_expand did not perform any recursion...
2004-07-01 Stefano ZacchiroliNew handling of substitution:
2004-06-18 Claudio Sacerdoti... elim_tac rewritten almost entirely. It is now based...
2004-06-01 Enrico Tassinew universes implementation
2004-04-23 Enrico TassiUniverses introduction
2004-04-22 Claudio Sacerdoti... Patches to generate ?1 : ?2 : Type in place of ?1 ...
2004-04-20 Stefano Zacchiroligot rid of ~status label so that tactics can now be...
2004-04-06 Stefano Zacchirolibugfix: local context and canonical context previously...
2004-04-06 Stefano Zacchirolibugfix: the function that abstract constant occurrences...
2004-03-24 Stefano ZacchiroliCSC: hack to make applications of constants that have...
2004-02-12 Stefano Zacchiroliremoved some anciente debugging messages
2004-02-06 Stefano Zacchiroliadded annotations to Cic.Implicit
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-02-02 Stefano Zacchirolichanged prototype of CicMetaSubst.apply_subst*
2004-01-27 Stefano Zacchirolis/List.find.../CicUtil.lookup_meta/
2004-01-22 Stefano Zacchiroliported to cicMetaSubst
2003-12-02 Ferruccio Guidisort CProp added
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.