]> matita.cs.unibo.it Git - helm.git/history - helm/ocaml/tactics/proofEngineHelpers.ml
ocaml 3.09 transition
[helm.git] / helm / ocaml / tactics / proofEngineHelpers.ml
2005-11-07 Claudio Sacerdoti... Let-ins with types can now be produced.
2005-10-25 Claudio Sacerdoti... Every exception that used to have type string is now...
2005-09-13 Enrico Tassiwe have to pass back lastmeta and not newmeta (newmeta...
2005-09-13 Claudio Sacerdoti... Two bugs fixed in the apply tactic:
2005-09-08 Stefano Zacchiroliimplemented lazy disambiguation of tactics arguments...
2005-09-05 Claudio Sacerdoti... locate_in_* functions generalized to handle equalities...
2005-09-05 Enrico Tassiadded @raise in comment (and source)
2005-07-28 Claudio Sacerdoti... 1. ProofEngineHelpers.locate_in_term, ProofEngineHelper...
2005-07-28 Claudio Sacerdoti... Bug fixed: locate_term_in_conjecture used to raise...
2005-07-28 Claudio Sacerdoti... New tactic unfold.
2005-07-26 Claudio Sacerdoti... locate_in_term generalized to locate_in_conjecture
2005-07-26 Claudio Sacerdoti... Comments added.
2005-07-26 Claudio Sacerdoti... Implementation of locate_in finished.
2005-07-26 Stefano Zacchirolidraft version of locate_in_term
2005-07-19 Ferruccio Guidithe decompose tactic is now working
2005-07-08 Claudio Sacerdoti... The fix and cofix cases of the select were not finished...
2005-07-08 Claudio Sacerdoti... 1. PrimitiveTactics.new_metasenv_for_apply changed...
2005-07-01 Claudio Sacerdoti... pattern_of function reimplemented. Now it takes a term...
2005-06-30 Claudio Sacerdoti... Bug fixed: a wrong lift made select unuseful when wante...
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 Enrico Tassisupport for _ in binders, and a more coplex pattern...
2005-06-27 Enrico Tassi1) moved select and pattern_of from cicUtil to proofEng...
2005-06-24 Enrico Tassistupid rename
2005-06-17 Enrico Tassiadded support for goal patterns
2004-10-22 Andrea Aspertiported to typed explicit subst
2004-07-01 Stefano ZacchiroliNew handling of substitution:
2004-06-18 Claudio Sacerdoti... Added new function compare_metasenvs.
2004-04-06 Stefano ZacchiroliThe parser accepts terms with metavariables as statemen...
2004-02-05 Claudio Sacerdoti... mk_fresh_name moved to FreshNamesGenerator.
2004-01-22 Stefano Zacchirolimoved hard coded uris to HelmLibraryObjects
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.