aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac_utils.mli
Commit message (Expand)AuthorAge
* Better handling of the opacity of proof obligations, add the possibility ofGravatar msozeau2008-09-07
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* Prise en compte des coercions dans les clauses "with" même si le typeGravatar herbelin2008-04-23
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* Move Program tactics into a proper theories/ directory as they are general pu...Gravatar msozeau2007-08-07
* 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
* Support for implicit formal argument types in Program ; parse types in type s...Gravatar msozeau2007-03-28
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Debug wellfounded defs, work on cleaning obls envsGravatar msozeau2007-02-23
* Various little subtac fixes, add some useful tactics.Gravatar msozeau2007-02-19
* Update implementation for dependent types. Works just as well as before for s...Gravatar msozeau2007-02-16
* 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
* Various subtac fixes.Gravatar msozeau2007-01-15
* Reimplemented equality generation for pattern matching at typing time. First ...Gravatar msozeau2006-12-14
* Subtac: work on cases.Gravatar msozeau2006-12-12
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Work on dep types pattern matchingGravatar msozeau2006-11-16
* Work on mutual defs, various bug fixes.Gravatar msozeau2006-11-10
* Debug obligation handling codeGravatar msozeau2006-10-31
* Facilities to automatically solve obligationsGravatar msozeau2006-10-26
* New handling of obligations.Gravatar msozeau2006-09-01
* Subtac fixes, new way of handling obligations in progress.Gravatar msozeau2006-09-01
* Mutually structurally recursive defs and rec using measures added.Gravatar msozeau2006-06-22
* Wellfounded recursion using subtac working again.Gravatar msozeau2006-06-20
* Rewrite of the recursive defs handling in progress.Gravatar msozeau2006-06-20
* Fix some nasty bug with the evars-to-dependent sum encoding.Gravatar msozeau2006-06-01
* The "clean integration of subtac" patch.Gravatar msozeau2006-05-29
* Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...Gravatar msozeau2006-04-10
* - Documentation of the Program tactics.Gravatar msozeau2006-04-07
* Subtac fixes, single fixpoint definitions are working again. Added a toggle o...Gravatar msozeau2006-03-22
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22