aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac_cases.ml
Commit message (Expand)AuthorAge
* Better handling of the opacity of proof obligations, add the possibility ofGravatar msozeau2008-09-07
* Various bug fixes in type classes and subtac:Gravatar msozeau2008-07-01
* Little fixes: print unbound variable in error message (patch by SamuelGravatar msozeau2008-06-19
* Improvements in subtac:Gravatar msozeau2008-06-18
* Cleanup in subtac_cases, preparing to use improvements on return predicateGravatar msozeau2008-06-17
* Various fixes:Gravatar msozeau2008-05-15
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* Mise en place d'un algorithme d'inversion des contraintes de type lorsGravatar herbelin2008-05-05
* Bugs, nettoyage, et améliorations diversesGravatar herbelin2008-04-13
* Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientGravatar herbelin2008-04-01
* - Second pass on implementation of let pattern. Parse "let ' par [as x]?Gravatar msozeau2008-03-28
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...Gravatar msozeau2007-12-31
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* curpat_ty was in a smaller contextGravatar msozeau2007-09-21
* Suppression des type_app et body_of_type qui alourdissent inutilement le codeGravatar herbelin2007-08-27
* Fix evars bug in mutual fixpoints with implicit types and bug in inequalities...Gravatar msozeau2007-08-26
* Documentation of Program and its tactics, fix enormous interaction bug due to...Gravatar msozeau2007-07-19
* Cleanup, use Util list functions when possibleGravatar 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
* Correct implementation of undo in obligations handling code, correct some bug...Gravatar msozeau2007-04-17
* Make multiple patterns work again with Program while simplifying the code.Gravatar msozeau2007-03-26
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Suppression argument pattern_source du case_info (code jamais utilisé)Gravatar herbelin2007-03-15
* Fix wf bug from F. Besson and work on ineqs generation.Gravatar msozeau2007-02-27
* Debug wellfounded defs, work on cleaning obls envsGravatar msozeau2007-02-23
* Various little subtac fixes, add some useful tactics.Gravatar msozeau2007-02-19
* Add subtac keywords to coqide and coqdoc, add 'dec' as keyword in subtac Utils.Gravatar msozeau2007-02-16
* lift params appropriately, do not need to coerce to tyconGravatar msozeau2007-02-16
* Update implementation for dependent types. Works just as well as before for s...Gravatar msozeau2007-02-16
* Fix matching on dependent types, taking a safe stand.Gravatar msozeau2007-02-12
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* Work on ineqs generation.Gravatar msozeau2007-02-03
* constr_of_pat bug with nested patterns.Gravatar msozeau2007-01-30
* 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
* 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
* Default tactic for solving goals.Gravatar msozeau2006-12-22
* Reimplemented equality generation for pattern matching at typing time. First ...Gravatar msozeau2006-12-14
* Subtac: work on cases.Gravatar msozeau2006-12-12
* Subtac bug fix, add list take example.Gravatar msozeau2006-12-08
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29