aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac
Commit message (Expand)AuthorAge
* Better handling of aliases, add command to solve a particular obligation.Gravatar msozeau2007-07-02
* Add Solve All Obligations command, fix bug in inequality generation introduce...Gravatar msozeau2007-06-14
* Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...Gravatar msozeau2007-06-09
* Unification des types + clause filtrage manquante + uniformisation localeGravatar herbelin2007-06-07
* - Propagation des evars non résolues vers les with_bindings; permet par exempleGravatar herbelin2007-05-20
* New keyword "Inline" for Parameters and Axioms for automatic Gravatar soubiran2007-04-25
* Correct implementation of undo in obligations handling code, correct some bug...Gravatar msozeau2007-04-17
* Support for implicit formal argument types in Program ; parse types in type s...Gravatar msozeau2007-03-28
* Make multiple patterns work again with Program while simplifying the code.Gravatar msozeau2007-03-26
* Some tactic fixes in Subtac, fix obvious bug in admit_obligations but still a...Gravatar msozeau2007-03-20
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Suppression argument pattern_source du case_info (code jamais utilisé)Gravatar herbelin2007-03-15
* Add destruct_call variant where naming of introduced hypotheses is possible. ...Gravatar msozeau2007-03-15
* Add destruct_call_concl in SubtacTactics and fix obvious obligation handling ...Gravatar msozeau2007-03-14
* Solve obligation handling bug of trying to solve automatically at Next Obliga...Gravatar msozeau2007-03-13
* Remove bugguy notationsGravatar msozeau2007-03-11
* Create a program_scope in subtac UtilsGravatar msozeau2007-03-08
* The right tactics for definitions using measures.Gravatar msozeau2007-02-28
* Fix wf bug from F. Besson and work on ineqs generation.Gravatar msozeau2007-02-27
* Opacity parameterization for obligations working.Gravatar msozeau2007-02-24
* Debug wellfounded defs, work on cleaning obls envsGravatar msozeau2007-02-23
* Correct coq depend, add eq_rect elimination tactic to SubtacTacticsGravatar msozeau2007-02-19
* Various little subtac fixes, add some useful tactics.Gravatar msozeau2007-02-19
* Add subtac keywords to coqide and coqdoc, add 'dec' as keyword in subtac Utils.Gravatar msozeau2007-02-16
* lift params appropriately, do not need to coerce to tyconGravatar msozeau2007-02-16
* Update implementation for dependent types. Works just as well as before for s...Gravatar msozeau2007-02-16
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Fix matching on dependent types, taking a safe stand.Gravatar msozeau2007-02-12
* Separate Tactics in subtac.Gravatar msozeau2007-02-09
* Add lif then else for if in bool.Gravatar msozeau2007-02-08
* Fix myinjection tactic, generalize coercion for applicationsGravatar msozeau2007-02-08
* Fix mistake naming my Tactics file Tactics :)Gravatar msozeau2007-02-07
* Add tactics for induction on subterms.Gravatar msozeau2007-02-07
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* Work on ineqs generation.Gravatar msozeau2007-02-03
* Factorisation de la règle Constr.binder dans g_subtac.ml pour éviterGravatar herbelin2007-02-02
* Abbreviation of order notation.Gravatar msozeau2007-02-01
* constr_of_pat bug with nested patterns.Gravatar msozeau2007-01-30
* Various fixes in subtac, update some test cases.Gravatar msozeau2007-01-29
* Coqdoc patch for Program, fix xlate.ml warning and little subtac fixes.Gravatar msozeau2007-01-29
* Update some tests and fix section bug.Gravatar msozeau2007-01-24
* Various subtac fixes.Gravatar msozeau2007-01-15
* Subtac fixes, support for reasoning on wf defs.Gravatar msozeau2007-01-08
* Rework subtac pattern matching equalities generation.Gravatar msozeau2007-01-02
* Default tactic for solving goals.Gravatar msozeau2006-12-22
* Reimplemented equality generation for pattern matching at typing time. First ...Gravatar msozeau2006-12-14
* Subtac: work on cases.Gravatar msozeau2006-12-12
* Subtac bug fix, add list take example.Gravatar msozeau2006-12-08
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Suppression du type 'tac dans les abstract_argument_type: devenu inutile Gravatar herbelin2006-11-20