aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac_utils.mli
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
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-04-23Prise en compte des coercions dans les clauses "with" même si le typeherbelin
2007-10-24Fix some bugs, add possibility of automatically solving a proof statement's o...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-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-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-11-29Fork of cases impl for subtac.msozeau
2006-11-16Work on dep types pattern matchingmsozeau
2006-11-10Work on mutual defs, various bug fixes.msozeau
2006-10-31Debug obligation handling codemsozeau
2006-10-26Facilities to automatically solve obligationsmsozeau
2006-09-01New handling of obligations.msozeau
2006-09-01Subtac fixes, new way of handling obligations in progress.msozeau
2006-06-22Mutually structurally recursive defs and rec using measures added.msozeau
2006-06-20Wellfounded recursion using subtac working again.msozeau
2006-06-20Rewrite of the recursive defs handling in progress.msozeau
2006-06-01Fix some nasty bug with the evars-to-dependent sum encoding.msozeau
2006-05-29The "clean integration of subtac" patch.msozeau
2006-04-10Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...msozeau
2006-04-07- Documentation of the Program tactics.msozeau
2006-03-22Subtac fixes, single fixpoint definitions are working again. Added a toggle o...msozeau
2006-03-22Made pretyping a functor over a coercion implementation. Pretyping.Default us...msozeau