]> matita.cs.unibo.it Git - helm.git/history - helm/software/components/grafite_parser/grafiteDisambiguate.ml
new tactics are almost ready
[helm.git] / helm / software / components / grafite_parser / grafiteDisambiguate.ml
2009-03-25 Enrico Tassinew tactics are almost ready
2009-03-10 Enrico Tassiunification hints almost ready
2009-03-03 Enrico Tassi- fixed hint generation, more hints are generated
2009-01-13 Enrico Tassimany changes regarding coercions:
2008-12-19 Enrico Tassimore pps
2008-12-19 Enrico Tassiadded unification hint
2008-12-18 Claudio Sacerdoti... New disambiguation commented out.
2008-12-16 Enrico Tassimove the printing in the right place
2008-12-15 Wilmer RicciottiFirst attempt to implement unification hints.
2008-12-12 Enrico Tassiuse new function to clear caches so that objects are...
2008-12-09 Enrico Tassinew disambiguatio attached with the right universe...
2008-12-05 Enrico Tassicoercions are there, but not heavily tested
2008-12-05 Enrico Tassistill commented, but benchmarks the new/old disambiguti...
2008-12-04 Enrico TassiFixes:
2008-12-03 Claudio Sacerdoti... The aliases and multi_aliases in the lexicon status...
2008-11-28 Enrico Tassiit works!
2008-11-28 Enrico Tassinew disambiguator almost attached
2008-11-27 Enrico TassiNew modules stack:
2008-11-27 Enrico Tassi1. grafiteDisambiguator => multiPassDisambiguator
2008-11-27 Enrico Tassi...
2008-11-27 Enrico Tassidisambiguation should not fail if the new refiner fails
2008-11-26 Enrico Tassi...
2008-11-26 Enrico Tassidisambiguation even more abstracted
2008-11-21 Enrico Tassidisambiguation now returns and takes in input the subst...
2008-11-15 Enrico Tassidisambiguation can use a goal as hint for the expected...
2008-10-17 Enrico Tassinew command eval added
2008-07-02 Ferruccio Guidi- new tactic applyP for use in the *P*rocedural script...
2008-06-24 Enrico Tassinotation factored, coercion commant taking terms and...
2008-06-19 Claudio Sacerdoti... 1. bug fixed in generalize_pattern: a lazy const_tac...
2008-05-26 Enrico Tassinew, more rigid syntax, for auto_params affecting the...
2008-03-20 Enrico Tassichanged auto_tac params type and all derivate tactics...
2008-03-10 Claudio Sacerdoti... Tactic reduce got rid of. Use normalize, instead.
2008-02-26 Ferruccio GuidiI added some debugging information
2008-01-10 Enrico TassiBIG FAT WARNING: DEVELOPMENTS DIE HERE
2007-11-14 Ferruccio Guidinow destruct takes an optional list of term rather...
2007-11-06 Ferruccio Guidinew implementation of the destruct tactic,
2007-07-04 Claudio Sacerdoti... 1. "by proof" now allowed as a justification in equalit...
2007-06-04 Enrico Tassinew more flexible compose, see matita/tests/compose...
2007-06-01 Enrico Tassinew compose tactic, still undocumented.
2007-05-24 Enrico Tassiauto and autogui... some work
2007-05-09 Ferruccio GuidiPrimitiveTactics: intros _ now aveilable
2007-04-20 Claudio Sacerdoti... Much ado about nothing:
2007-03-16 Ferruccio Guidielim tactic: it needs two arguments, a term as well...
2007-03-13 Ferruccio Guidielim tactic: now takes a pattern instead of just a...
2007-03-01 Enrico Zoli"by j let x : T such that P(x)" generalized to allow...
2007-02-21 Ferruccio Guidiprocedural : some improvements.
2007-01-24 Ferruccio GuidimatitaGui: some missing cases during disambiguation...
2006-12-29 Ferruccio Guidi- tactics:
2006-12-20 Claudio Sacerdoti... New declarative tactic "we proceed by cases on t to...
2006-12-20 Claudio Sacerdoti... New tactic cases (still to be documented).
2006-12-05 Stefano Zacchiroliexperimental classification of disambiguation error...
2006-11-30 Claudio Sacerdoti... New syntax and semantics for the rewriting steps that...
2006-11-29 Claudio Sacerdoti... The rewritingstep declarative command now takes also...
2006-11-23 Andrea AspertiCommand index added to disambiguate.
2006-10-18 Claudio Sacerdoti... - Disambiguation error exception enriched with more...
2006-10-18 Claudio Sacerdoti... Disambiguation errors now carry more information (i...
2006-10-09 Claudio Sacerdoti... applyS now receives the same parameters that auto receives.
2006-10-03 Claudio Sacerdoti... Inline command implemented.
2006-09-27 Claudio Sacerdoti... Initial work on setoids:
2006-09-25 Claudio Sacerdoti... injection_tac and discriminate_tac now replaced by...
2006-08-29 Ferruccio Guidi- new tactic subst removes simple non recursive equalit...
2006-08-28 Ferruccio Guidi- Level-1: some fixes to the extraction procedure
2006-07-27 maiorinoDeclarative tactics for rewriting steps, elimination...
2006-07-27 maiorinoNew declarative commands (ast, pretty-printing and...
2006-07-22 Enrico Tassimatitaprover
2006-07-12 Claudio Sacerdoti... GrafiteAst.Quit (unused) removed.
2006-07-12 Claudio Sacerdoti... GrafiteAst.Print (unused) removed.
2006-07-12 Claudio Sacerdoti... GrafiteAst.Search_pat and GrafiteAst.Search_term (both...
2006-07-11 maiorinoFirst experimental version of the declarative proof...
2006-06-29 Claudio Sacerdoti... Demodulate used to be a reduction_kind and it used...
2006-06-28 Ferruccio Guidi- "linear" flag added to lapply (automatic clearing)
2006-06-21 Enrico Tassiadded the geniric
2006-06-15 Andrea AspertiApply-Silvie tactic added!
2006-05-09 Enrico Tassitypes2006 patch
2006-02-08 Claudio Sacerdoti... Never implemented tactics compare and decide equality...
2006-02-03 Stefano Zacchiroli- renamed ocaml/ to components/