aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac.ml
AgeCommit message (Expand)Author
2008-02-08Backport code from command.ml to subtac_command.ml for defininingmsozeau
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 define body bug fixmsozeau
2007-10-24Fix define body bugmsozeau
2007-10-24Fix some bugs, add possibility of automatically solving a proof statement's o...msozeau
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-12Remove dead modules in Subtac.msozeau
2007-06-09Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...msozeau
2007-04-25New keyword "Inline" for Parameters and Axioms for automatic soubiran
2007-04-17Correct implementation of undo in obligations handling code, correct some bug...msozeau
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...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-15Various subtac fixes.msozeau
2007-01-02Rework subtac pattern matching equalities generation.msozeau
2006-12-22Default tactic for solving goals.msozeau
2006-11-29Fork of cases impl for subtac.msozeau
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-20Rewrite of the recursive defs handling in progress.msozeau
2006-06-01Fix some nasty bug with the evars-to-dependent sum encoding.msozeau
2006-04-16Added code to support "Program Lemma/Example... etc"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
2006-03-05New files for subtaccoq