aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac
AgeCommit message (Expand)Author
2007-07-16Generalized CAMLP4USE for pp dependenciescorbinea
2007-07-12An optimization to simplify generated obligations removing unnecessary let-in's.msozeau
2007-07-12Fix bug when adding progs with no obligationsmsozeau
2007-07-12Remove dead modules in Subtac.msozeau
2007-07-12Cleanup, use Util list functions when possiblemsozeau
2007-07-02Better handling of aliases, add command to solve a particular obligation.msozeau
2007-06-14Add Solve All Obligations command, fix bug in inequality generation introduce...msozeau
2007-06-09Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...msozeau
2007-06-07Unification des types + clause filtrage manquante + uniformisation localeherbelin
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
2007-04-25New keyword "Inline" for Parameters and Axioms for automatic soubiran
2007-04-17Correct implementation of undo in obligations handling code, correct some bug...msozeau
2007-03-28Support for implicit formal argument types in Program ; parse types in type s...msozeau
2007-03-26Make multiple patterns work again with Program while simplifying the code.msozeau
2007-03-20Some tactic fixes in Subtac, fix obvious bug in admit_obligations but still a...msozeau
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-03-15Suppression argument pattern_source du case_info (code jamais utilisé)herbelin
2007-03-15Add destruct_call variant where naming of introduced hypotheses is possible. ...msozeau
2007-03-14Add destruct_call_concl in SubtacTactics and fix obvious obligation handling ...msozeau
2007-03-13Solve obligation handling bug of trying to solve automatically at Next Obliga...msozeau
2007-03-11Remove bugguy notationsmsozeau
2007-03-08Create a program_scope in subtac Utilsmsozeau
2007-02-28The right tactics for definitions using measures.msozeau
2007-02-27Fix wf bug from F. Besson and work on ineqs generation.msozeau
2007-02-24Opacity parameterization for obligations working.msozeau
2007-02-23Debug wellfounded defs, work on cleaning obls envsmsozeau
2007-02-19Correct coq depend, add eq_rect elimination tactic to SubtacTacticsmsozeau
2007-02-19Various little subtac fixes, add some useful tactics.msozeau
2007-02-16Add subtac keywords to coqide and coqdoc, add 'dec' as keyword in subtac Utils.msozeau
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