aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Program/Tactics.v
Commit message (Expand)AuthorAge
* Fix for bug #1973 provided by Brian Campbell.Gravatar msozeau2008-10-22
* Fix a bug reintroduced in [setoid_reflexivity] etc...Gravatar msozeau2008-09-09
* More debugging of [Equations], now able to discharge even the heavilyGravatar msozeau2008-09-07
* Initial implementation of a new command to define (dependent) functions byGravatar msozeau2008-09-02
* Fixes in dependent induction tactic to keep names, allow givingGravatar msozeau2008-08-21
* Fixes in generalize_eqs/dependent induction to allow the user to specifyGravatar msozeau2008-07-28
* Rename obligations_tactic to obligation_tactic and fix bugs #1893.Gravatar msozeau2008-06-22
* Temporary fix for bug #1876, printing fails because of unresolvedGravatar msozeau2008-06-13
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Minor fixes. Use expanded type in class_tactics for Morphism search, toGravatar msozeau2008-04-02
* Improve error handling and messages for typeclasses. Gravatar msozeau2008-03-28
* Interpret patterns for hypotheses types in match goal in type_scope (if not aGravatar msozeau2008-03-25
* Debug implementation of dependent induction/dependent destruction and documen...Gravatar msozeau2008-01-31
* Work on dependent induction tactic and friends, finish the test-suite exampleGravatar msozeau2008-01-30
* Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...Gravatar msozeau2008-01-18
* Fix a naming bug reported by Arnaud Spiwack, allow instance search to create ...Gravatar msozeau2008-01-05
* Better resolution of implicit parameters in typeclass binders, add extensiona...Gravatar msozeau2008-01-02
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Addition of more general tactics for equality. Functional extensionality and ...Gravatar msozeau2007-10-24
* Add more equality tactics. Upgrade program_simpl for discrimination of conjun...Gravatar msozeau2007-08-26
* Move Program tactics into a proper theories/ directory as they are general pu...Gravatar msozeau2007-08-07