aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac_obligations.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2009-02-06pushed evar reduction in kernelbarras
2009-02-03Allow to turn contrib/subtac into a (nat)dynlink'able pluginletouzey
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-11-07Add the ability to give a specific tactic to solve each obligation inmsozeau
2008-09-14In manual implicit arguments mode, do not enrich implicitsmsozeau
2008-09-07Better handling of the opacity of proof obligations, add the possibility ofmsozeau
2008-09-02- Remove some dead code in subtacmsozeau
2008-08-21Various fixes w.r.t typeclasses and subtac: resolve tcs properly insidemsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-06-22Rename obligations_tactic to obligation_tactic and fix bugs #1893.msozeau
2008-06-17Cleanup in subtac_cases, preparing to use improvements on return predicatemsozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-13- Fix bug related to indices of fixpoints.msozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-04-01Add option to set the opacity of obligations to transparent, to be ablemsozeau
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
2008-02-08Backport code from command.ml to subtac_command.ml for defininingmsozeau
2008-01-30Use new redefinition support for the default obligations tacticmsozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
2007-11-04Fix bug#1739msozeau
2007-10-24Fix some bugs, add possibility of automatically solving a proof statement's o...msozeau
2007-09-17Raffinement de l'algorithme d'inférence de typeherbelin
2007-08-07Move Program tactics into a proper theories/ directory as they are general pu...msozeau
2007-07-19Documentation of Program and its tactics, fix enormous interaction bug due to...msozeau
2007-07-12Fix bug when adding progs with no obligationsmsozeau
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-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-20Some tactic fixes in Subtac, fix obvious bug in admit_obligations but still a...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-02-24Opacity parameterization for obligations working.msozeau
2007-02-07Various subtac fixes. Add inequalities in pattern matching branches when need...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-08Subtac bug fix, add list take example.msozeau
2006-11-29Fork of cases impl for subtac.msozeau
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-09Support for mutual defs in obligation handling.msozeau