aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac_utils.ml
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
* 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
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)Gravatar herbelin2008-03-10
* Merge with lmamane's private branch:Gravatar lmamane2008-02-22
* 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
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* - Débogueur: positionnement de set_detype_anonymous pour ne pasGravatar herbelin2007-08-29
* Fix dependency bugs due to Program modules renamings.Gravatar msozeau2007-08-08
* 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
* Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...Gravatar msozeau2007-06-09
* Unification des types + clause filtrage manquante + uniformisation localeGravatar herbelin2007-06-07
* - Propagation des evars non résolues vers les with_bindings; permet par exempleGravatar herbelin2007-05-20
* 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
* Update some tests and fix section bug.Gravatar msozeau2007-01-24
* 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
* Subtac bug fix, add list take example.Gravatar msozeau2006-12-08
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Work on dep types pattern matchingGravatar msozeau2006-11-16
* Better solve using tactics impl.Gravatar msozeau2006-11-13
* Work on mutual defs, various bug fixes.Gravatar msozeau2006-11-10
* Work on pattern inequalities for pattern matching branches.Gravatar msozeau2006-11-10
* Debug obligation handling codeGravatar msozeau2006-10-31
* Facilities to automatically solve obligationsGravatar msozeau2006-10-26
* Fix 0 obligations bugGravatar msozeau2006-10-10
* New handling of obligations.Gravatar msozeau2006-09-01
* Subtac fixes, new way of handling obligations in progress.Gravatar msozeau2006-09-01
* Fix wrong order of existentials in eterm.Gravatar msozeau2006-06-23
* Mutually structurally recursive defs and rec using measures added.Gravatar msozeau2006-06-22
* Wellfounded recursion using subtac working again.Gravatar msozeau2006-06-20
* Progress in new wf def typing.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