aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/g_subtac.ml4
Commit message (Expand)AuthorAge
* Add the ability to give a specific tactic to solve each obligation inGravatar msozeau2008-11-07
* Rename obligations_tactic to obligation_tactic and fix bugs #1893.Gravatar msozeau2008-06-22
* - Cleanup parsing of binders, reducing to a single production for allGravatar msozeau2008-05-11
* New "Preterm [ of id ] " command to show the preterm before giving it toGravatar msozeau2008-02-08
* New algorithm to resolve morphisms, after discussion with NicolasGravatar msozeau2008-02-06
* Use new redefinition support for the default obligations tacticGravatar msozeau2008-01-30
* Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...Gravatar msozeau2008-01-18
* 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
* Generalized CAMLP4USE for pp dependenciesGravatar corbinea2007-07-16
* 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
* Correct implementation of undo in obligations handling code, correct some bug...Gravatar msozeau2007-04-17
* Solve obligation handling bug of trying to solve automatically at Next Obliga...Gravatar msozeau2007-03-13
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* Factorisation de la règle Constr.binder dans g_subtac.ml pour éviterGravatar herbelin2007-02-02
* Various subtac fixes.Gravatar msozeau2007-01-15
* Subtac fixes, support for reasoning on wf defs.Gravatar msozeau2007-01-08
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Suppression du type 'tac dans les abstract_argument_type: devenu inutile Gravatar herbelin2006-11-20
* Some usability enhancements.Gravatar msozeau2006-11-15
* Work on obligation separation.Gravatar msozeau2006-10-31
* New handling of obligations.Gravatar msozeau2006-09-01
* Subtac fixes, new way of handling obligations in progress.Gravatar msozeau2006-09-01
* Correction trou de subject-reduction de create_arg dans genarg.mliGravatar herbelin2006-06-07
* - Documentation of the Program tactics.Gravatar msozeau2006-04-07
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22