aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac_obligations.ml
Commit message (Expand)AuthorAge
* Add the ability to give a specific tactic to solve each obligation inGravatar msozeau2008-11-07
* In manual implicit arguments mode, do not enrich implicitsGravatar msozeau2008-09-14
* Better handling of the opacity of proof obligations, add the possibility ofGravatar msozeau2008-09-07
* - Remove some dead code in subtacGravatar msozeau2008-09-02
* Various fixes w.r.t typeclasses and subtac: resolve tcs properly insideGravatar msozeau2008-08-21
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Rename obligations_tactic to obligation_tactic and fix bugs #1893.Gravatar msozeau2008-06-22
* Cleanup in subtac_cases, preparing to use improvements on return predicateGravatar msozeau2008-06-17
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* - Fix bug related to indices of fixpoints.Gravatar msozeau2008-05-13
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* Add option to set the opacity of obligations to transparent, to be ableGravatar msozeau2008-04-01
* Backport Program Instance into Instance. Proper early error message ifGravatar msozeau2008-02-10
* Backport code from command.ml to subtac_command.ml for defininingGravatar msozeau2008-02-08
* Use new redefinition support for the default obligations tacticGravatar msozeau2008-01-30
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Plus de combinateurs sont passés de Util à Option. Le module Options Gravatar aspiwack2007-12-06
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Fix bug#1739Gravatar msozeau2007-11-04
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* Raffinement de l'algorithme d'inférence de typeGravatar herbelin2007-09-17
* Move Program tactics into a proper theories/ directory as they are general pu...Gravatar msozeau2007-08-07
* Documentation of Program and its tactics, fix enormous interaction bug due to...Gravatar msozeau2007-07-19
* Fix bug when adding progs with no obligationsGravatar msozeau2007-07-12
* 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
* 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
* Some tactic fixes in Subtac, fix obvious bug in admit_obligations but still a...Gravatar msozeau2007-03-20
* 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
* Opacity parameterization for obligations working.Gravatar msozeau2007-02-24
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* 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
* Subtac bug fix, add list take example.Gravatar msozeau2006-12-08
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Some usability enhancements.Gravatar msozeau2006-11-15
* Better solve using tactics impl.Gravatar msozeau2006-11-13
* Work on mutual defs, various bug fixes.Gravatar msozeau2006-11-10
* Support for mutual defs in obligation handling.Gravatar msozeau2006-11-09
* Debug obligation handling codeGravatar msozeau2006-10-31
* Fix compile errorGravatar msozeau2006-10-31
* Work on obligation separation.Gravatar msozeau2006-10-31
* Facilities to automatically solve obligationsGravatar msozeau2006-10-26