aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac
AgeCommit message (Expand)Author
2007-02-16lift params appropriately, do not need to coerce to tyconmsozeau
2007-02-16Update implementation for dependent types. Works just as well as before for s...msozeau
2007-02-13Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deherbelin
2007-02-12Fix matching on dependent types, taking a safe stand.msozeau
2007-02-09Separate Tactics in subtac.msozeau
2007-02-08Add lif then else for if in bool.msozeau
2007-02-08Fix myinjection tactic, generalize coercion for applicationsmsozeau
2007-02-07Fix mistake naming my Tactics file Tactics :)msozeau
2007-02-07Add tactics for induction on subterms.msozeau
2007-02-07Various subtac fixes. Add inequalities in pattern matching branches when need...msozeau
2007-02-03Work on ineqs generation.msozeau
2007-02-02Factorisation de la règle Constr.binder dans g_subtac.ml pour éviterherbelin
2007-02-01Abbreviation of order notation.msozeau
2007-01-30constr_of_pat bug with nested patterns.msozeau
2007-01-29Various fixes in subtac, update some test cases.msozeau
2007-01-29Coqdoc patch for Program, fix xlate.ml warning and little subtac fixes.msozeau
2007-01-24Update some tests and fix section bug.msozeau
2007-01-15Various subtac fixes.msozeau
2007-01-08Subtac fixes, support for reasoning on wf defs.msozeau
2007-01-02Rework subtac pattern matching equalities generation.msozeau
2006-12-22Default tactic for solving goals.msozeau
2006-12-14Reimplemented equality generation for pattern matching at typing time. First ...msozeau
2006-12-12Subtac: work on cases.msozeau
2006-12-08Subtac bug fix, add list take example.msozeau
2006-11-29Fork of cases impl for subtac.msozeau
2006-11-20Suppression du type 'tac dans les abstract_argument_type: devenu inutile herbelin
2006-11-16Work on dep types pattern matchingmsozeau
2006-11-15Some usability enhancements.msozeau
2006-11-13Better solve using tactics impl.msozeau
2006-11-10Work on mutual defs, various bug fixes.msozeau
2006-11-10Work on pattern inequalities for pattern matching branches.msozeau
2006-11-09Support for mutual defs in obligation handling.msozeau
2006-10-31Debug obligation handling codemsozeau
2006-10-31Fix compile errormsozeau
2006-10-31Work on obligation separation.msozeau
2006-10-29Suite commit polymorphismeherbelin
2006-10-26Facilities to automatically solve obligationsmsozeau
2006-10-10Fix 0 obligations bugmsozeau
2006-09-28Add dependent list combinators test.msozeau
2006-09-15Report de l'heuristique d'unification premier ordre flexible/rigideherbelin
2006-09-04Fix wrong order for building library, add informative messages.msozeau
2006-09-01New handling of obligations.msozeau
2006-09-01Forgot to add this one.msozeau
2006-09-01Subtac fixes, new way of handling obligations in progress.msozeau
2006-06-23Fix wrong order of existentials in eterm.msozeau
2006-06-22Mutually structurally recursive defs and rec using measures added.msozeau
2006-06-20Wellfounded recursion using subtac working again.msozeau
2006-06-20Progress in new wf def typing.msozeau
2006-06-20Rewrite of the recursive defs handling in progress.msozeau
2006-06-07Correction trou de subject-reduction de create_arg dans genarg.mliherbelin