aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac_command.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
2008-11-09More factorization of inductive/record and typeclasses: move classmsozeau
2008-09-11Add enough information to correctly globalize recursive calls in inductive andmsozeau
2008-09-07Better handling of the opacity of proof obligations, add the possibility ofmsozeau
2008-07-24Fix bug #1913, checking for unresolved evars which aren't obligations.msozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-13- Fix bug related to indices of fixpoints.msozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-04-07Fix big de Bruijn bug in mutually recursive definitions.msozeau
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-15Do a second pass on the treatment of user-given implicit arguments. Nowmsozeau
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-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
2007-11-08Prise en compte des notations "alias" dans la globalisation des coercions.herbelin
2007-10-24Fix some bugs, add possibility of automatically solving a proof statement's o...msozeau
2007-08-26Fix bug on wellfounded defs with constant parameters and dependencies on the ...msozeau
2007-08-26Fix de Bruijn bug in wf definitions.msozeau
2007-08-26Fix evars bug in mutual fixpoints with implicit types and bug in inequalities...msozeau
2007-07-19Documentation of Program and its tactics, fix enormous interaction bug due to...msozeau
2007-04-17Correct implementation of undo in obligations handling code, correct some bug...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-27Fix wf bug from F. Besson and work on ineqs generation.msozeau
2007-02-23Debug wellfounded defs, work on cleaning obls envsmsozeau
2007-02-19Various little subtac fixes, add some useful tactics.msozeau
2007-02-13Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deherbelin
2007-02-07Various subtac fixes. Add inequalities in pattern matching branches when need...msozeau
2007-01-15Various subtac fixes.msozeau
2006-12-08Subtac bug fix, add list take example.msozeau
2006-11-10Work on mutual defs, various bug fixes.msozeau
2006-11-10Work on pattern inequalities for pattern matching branches.msozeau
2006-11-09Support for mutual defs in obligation handling.msozeau
2006-10-31Work on obligation separation.msozeau
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-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
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-27Standardisation nom option_app en option_mapherbelin
2006-04-14Si un fixpoint a plusieurs arguments, mais un seul de type inductif, letouzey
2006-04-10Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...msozeau
2006-04-07- Documentation of the Program tactics.msozeau