]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/tactics
metavariable context has a separator now
[helm.git] / helm / software / components / tactics /
2008-07-07 Enrico Tassisimplified coercDb implementation with additional info...
2008-07-04 Ferruccio Guidi- Procedural: bug fix in rendering the application...
2008-07-02 Ferruccio Guidi- new tactic applyP for use in the *P*rocedural script...
2008-07-02 Enrico Tassicalculation of the sort user to choose the rewriting...
2008-06-19 Claudio Sacerdoti... 1. bug fixed in generalize_pattern: a lazy const_tac...
2008-06-08 Claudio Sacerdoti... Bug fixed: wrong default pattern for generalize.
2008-06-08 Claudio Sacerdoti... Hypotheses patterns for elim implemented. No more need...
2008-05-30 Enrico TassiCProp hierarchy is there!
2008-05-26 Enrico Tassinew, more rigid syntax, for auto_params affecting the...
2008-05-26 Enrico TassiUniverse.key was not used to index terms, but was used...
2008-05-24 Enrico Tassiorder of goals changes, open ones are preferred to...
2008-04-22 Enrico Tassioblivion ugraph everywhere outside the kernel
2008-04-01 Enrico Tassibetter check for progress
2008-04-01 Enrico Tassiprogress made better, still not perfect
2008-04-01 Enrico Tassiadded to rewrite a check to effectively do something...
2008-04-01 Enrico Tassiadded some comments, but the samentics of many function...
2008-03-20 Enrico Tassichanged auto_tac params type and all derivate tactics...
2008-03-19 Claudio Sacerdoti... prerr_endline => debug_print
2008-03-12 Enrico Tassifixed implicit
2008-03-11 Claudio Sacerdoti... Very experimental commit: the type of the source is...
2008-03-10 Claudio Sacerdoti... Bad hack to avoid failure of conversion (unfolding...
2008-03-10 Claudio Sacerdoti... ...
2008-03-10 Claudio Sacerdoti... Tactic reduce got rid of. Use normalize, instead.
2008-03-10 Claudio Sacerdoti... An unimplemented case of clearbody is now implemented.
2008-03-09 Claudio Sacerdoti... Performance improvement: let-ins should always be pushe...
2008-01-10 Enrico TassiBIG FAT WARNING: DEVELOPMENTS DIE HERE
2007-12-04 Enrico Tassiif parameter type is given, this assert is false
2007-11-17 Enrico Tassimoved to pkg-ocaml-maint
2007-11-16 Enrico Tassi...
2007-11-16 Enrico Tassicompose tactic restore and added nocomposites keyword
2007-11-15 Enrico Tassiremoved ugly prerr_endline
2007-11-14 Ferruccio Guidinow destruct takes an optional list of term rather...
2007-11-13 Ferruccio Guidi- ProofEngineHelpers: namer_of moved to GrafiteEngine
2007-11-12 Ferruccio Guidi- destruct tactic: automatic simplification in case...
2007-11-08 Enrico Tassiplease, commit files with debug=false otherwise the...
2007-11-07 Ferruccio Guidi- bug fix in destruct
2007-11-06 Ferruccio Guidinew implementation of the destruct tactic,
2007-11-04 Claudio Sacerdoti... All exported names are now qualified. This avoids the...
2007-11-02 Ferruccio Guidi- tacticals: new tactical ifs added: uses thens where...
2007-10-30 Ferruccio Guidibetter implementation of if_
2007-10-29 Ferruccio Guidi- destruct: core of subst tactic implemented,
2007-10-28 Claudio Sacerdoti... Pretty-printing of "match ... with" pattern syntax...
2007-10-26 Enrico Tassirebuilt
2007-10-25 Ferruccio Guidibug fix in injection e relocate term
2007-10-24 Ferruccio Guidibug fix in injection: we have to recur on the generated...
2007-10-24 Ferruccio Guidiwe revisited the implementation of the destruct tactic...
2007-10-24 Ferruccio Guidi- new function for general relocation of local referenc...
2007-10-12 Claudio Sacerdoti... Move to OCaml 3.10. Requires debian packages from unsta...
2007-10-11 Claudio Sacerdoti... Old inversion bug fixed: it used to work only on the...
2007-10-09 Enrico Tassiadded patch to allow i,j,k: skip and *: skip
2007-09-08 Enrico Tassithe order of abstraction is now correct, but there...
2007-09-08 Enrico Tassijust a Pcre expression fixed, nothing real
2007-09-07 Enrico Tassidisabled coercions when refining paramod proofs (attemt...
2007-09-04 Claudio Sacerdoti... Composition of coercions with arity > 0 is now implemen...
2007-09-04 Claudio Sacerdoti... 1. composition of coercions with saturations > 0 is...
2007-08-30 Claudio Sacerdoti... Coercions are now generalized to the general form
2007-08-23 Claudio Sacerdoti... Bug fixed: the initial metasenv used in the two tactic...
2007-08-22 Claudio Sacerdoti... select now works correctly even if multiple hypotheses...
2007-08-21 Claudio Sacerdoti... "obtain H E1=E2 by proof" is now working
2007-07-26 Enrico Tassilittle bug in coercion generation found. it use to...
2007-07-25 Enrico Tassireverted previous fix
2007-07-25 Enrico Tassirestored compaction of metas at the end of given_clause
2007-07-20 Ferruccio Guidiacic_procedural: bug fix:
2007-07-19 Enrico TassiCOERCIONS: tentative addition of an equivalence relatio...
2007-07-18 Ferruccio Guidithe predicate for elim was not built correctly when...
2007-07-06 Enrico Tassimaxipatch for support of multiple DBs.
2007-07-04 Claudio Sacerdoti... Bug fixed: a ~with_cast is now inserted when appropriat...
2007-07-04 Claudio Sacerdoti... 1. "by proof" now allowed as a justification in equalit...
2007-07-04 Claudio Sacerdoti... Added ~with_cast to the change tactic.
2007-06-13 Enrico Tassicut is now implemented building a letin and not a beta...
2007-06-13 Enrico Tassimany changes:
2007-06-06 Enrico Tassisort_new_elems on prop_only
2007-06-06 Enrico Tassicompose now returns a good metasenv
2007-06-04 Enrico Tassinew more flexible compose, see matita/tests/compose...
2007-06-02 Enrico Tassiwrong assertion was inserted, now just a warning to...
2007-06-01 Enrico Tassiremoved some refinement_toolkit
2007-06-01 Enrico Tassinew compose tactic, still undocumented.
2007-05-31 Claudio Sacerdoti... Ferruccio has changed the semantics of the old ~pattern...
2007-05-29 Enrico Tassiadded some lines to compile for debugging
2007-05-29 Enrico Tassiadded pruning option in autogui
2007-05-29 Andrea AspertiCorrected version od meta_convertibnility_subst.
2007-05-28 Claudio Sacerdoti... Bug fixed (hopefully without introducing new ones)...
2007-05-28 Andrea AspertiImproved pruning (no propress).
2007-05-28 Andrea AspertiAdded a new version of meta_convertibnility that return...
2007-05-25 Enrico Tassiadded $Revision$
2007-05-24 Enrico Tassiauto and autogui... some work
2007-05-23 Claudio Sacerdoti... prerr_endine ==> debug_print everywhere
2007-05-18 Ferruccio Guidi- new devel contribs/LAMBDA-TYPES/Base-2 with the autom...
2007-05-18 lzingareadded alternative implementation for hMysql relying
2007-05-18 Claudio Sacerdoti... In some cases (e.g. JM equality) the inversion principl...
2007-05-17 Enrico Tassiadded a (for the moment) dummy field _subst to Proofeng...
2007-05-17 Enrico Tassiauto rewritten with only one tail recursive function.
2007-05-09 Ferruccio GuidiPrimitiveTactics: intros _ now aveilable
2007-05-07 Enrico Tassi...
2007-05-07 Enrico Tassisome minor fixes done in cividale (bugfix coming from...
2007-05-03 Ferruccio Guidielim with a pattern now works correctly (hopefully)
2007-05-01 Ferruccio GuidiSubstTactic: bug fix
2007-04-30 Andrea AspertiEven if we are at depth 0, we first check in the cache...
2007-04-30 Andrea AspertiRemoved an assert false; everything works again, but...
2007-04-28 Ferruccio GuidiAMBDA-TYPES: some improvements. subst now fully exploited
next