aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac_utils.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2009-02-19On remplace evar_map par evar_defs (seul evar_defs est désormais exporté aspiwack
2009-01-04Fixed bugs #2001 (search_guard was overwriting the guard index givenherbelin
2008-12-09About "apply in":herbelin
2008-09-07Better handling of the opacity of proof obligations, add the possibility ofmsozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-05-05Mise en place d'un algorithme d'inversion des contraintes de type lorsherbelin
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-02-22Merge with lmamane's private branch:lmamane
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...msozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-10-24Fix some bugs, add possibility of automatically solving a proof statement's o...msozeau
2007-08-29- Débogueur: positionnement de set_detype_anonymous pour ne pasherbelin
2007-08-08Fix dependency bugs due to Program modules renamings.msozeau
2007-08-07Move Program tactics into a proper theories/ directory as they are general pu...msozeau
2007-07-12Cleanup, use Util list functions when possiblemsozeau
2007-07-02Better handling of aliases, add command to solve a particular obligation.msozeau
2007-06-09Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...msozeau
2007-06-07Unification des types + clause filtrage manquante + uniformisation localeherbelin
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
2007-03-28Support for implicit formal argument types in Program ; parse types in type s...msozeau
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-02-23Debug wellfounded defs, work on cleaning obls envsmsozeau
2007-02-19Various little subtac fixes, add some useful tactics.msozeau
2007-02-16Update implementation for dependent types. Works just as well as before for s...msozeau
2007-02-07Various subtac fixes. Add inequalities in pattern matching branches when need...msozeau
2007-01-29Various fixes in subtac, update some test cases.msozeau
2007-01-24Update some tests and fix section bug.msozeau
2007-01-15Various subtac fixes.msozeau
2006-12-14Reimplemented equality generation for pattern matching at typing time. First ...msozeau
2006-12-12Subtac: work on cases.msozeau
2006-12-08Subtac bug fix, add list take example.msozeau
2006-11-29Fork of cases impl for subtac.msozeau
2006-11-16Work on dep types pattern matchingmsozeau
2006-11-13Better solve using tactics impl.msozeau
2006-11-10Work on mutual defs, various bug fixes.msozeau
2006-11-10Work on pattern inequalities for pattern matching branches.msozeau
2006-10-31Debug obligation handling codemsozeau
2006-10-26Facilities to automatically solve obligationsmsozeau
2006-10-10Fix 0 obligations bugmsozeau
2006-09-01New handling of obligations.msozeau
2006-09-01Subtac fixes, new way of handling obligations in progress.msozeau
2006-06-23Fix wrong order of existentials in eterm.msozeau
2006-06-22Mutually structurally recursive defs and rec using measures added.msozeau
2006-06-20Wellfounded recursion using subtac working again.msozeau
2006-06-20Progress in new wf def typing.msozeau