aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac_command.ml
Commit message (Expand)AuthorAge
* More factorization of inductive/record and typeclasses: move classGravatar msozeau2008-11-09
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* Better handling of the opacity of proof obligations, add the possibility ofGravatar msozeau2008-09-07
* Fix bug #1913, checking for unresolved evars which aren't obligations.Gravatar msozeau2008-07-24
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* - Fix bug related to indices of fixpoints.Gravatar msozeau2008-05-13
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* Fix big de Bruijn bug in mutually recursive definitions.Gravatar msozeau2008-04-07
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Do a second pass on the treatment of user-given implicit arguments. NowGravatar msozeau2008-03-15
* Backport code from command.ml to subtac_command.ml for defininingGravatar msozeau2008-02-08
* 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
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* Prise en compte des notations "alias" dans la globalisation des coercions.Gravatar herbelin2007-11-08
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* Fix bug on wellfounded defs with constant parameters and dependencies on the ...Gravatar msozeau2007-08-26
* Fix de Bruijn bug in wf definitions.Gravatar msozeau2007-08-26
* Fix evars bug in mutual fixpoints with implicit types and bug in inequalities...Gravatar msozeau2007-08-26
* Documentation of Program and its tactics, fix enormous interaction bug due to...Gravatar msozeau2007-07-19
* Correct implementation of undo in obligations handling code, correct some bug...Gravatar msozeau2007-04-17
* 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
* Fix wf bug from F. Besson and work on ineqs generation.Gravatar msozeau2007-02-27
* Debug wellfounded defs, work on cleaning obls envsGravatar msozeau2007-02-23
* Various little subtac fixes, add some useful tactics.Gravatar msozeau2007-02-19
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* Various subtac fixes.Gravatar msozeau2007-01-15
* Subtac bug fix, add list take example.Gravatar msozeau2006-12-08
* Work on mutual defs, various bug fixes.Gravatar msozeau2006-11-10
* Work on pattern inequalities for pattern matching branches.Gravatar msozeau2006-11-10
* Support for mutual defs in obligation handling.Gravatar msozeau2006-11-09
* Work on obligation separation.Gravatar 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
* 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
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Si un fixpoint a plusieurs arguments, mais un seul de type inductif, Gravatar letouzey2006-04-14
* Actual fix for the unification problem in theories/Reals/Rtrigo_fun (previous...Gravatar msozeau2006-04-10
* - Documentation of the Program tactics.Gravatar msozeau2006-04-07
* Subtac fixes, single fixpoint definitions are working again. Added a toggle o...Gravatar msozeau2006-03-22
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22