aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/subtac/subtac.ml
Commit message (Expand)AuthorAge
* Minor fixes related to coqdoc and --interpolate and the dependentGravatar msozeau2008-10-03
* Better handling of the opacity of proof obligations, add the possibility ofGravatar msozeau2008-09-07
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Suite commit 11236Gravatar notin2008-07-24
* Rétablissement de l'option -dump-glob de coq top et de l'option -glob-from d...Gravatar notin2008-07-18
* Création du fichier dumpglob.ml, qui rassemble les fonctions de globalisatio...Gravatar notin2008-06-25
* Compatibility fixes (Add Setoid bug and accidental introduction of aGravatar msozeau2008-06-18
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveGravatar herbelin2008-04-25
* - Add "Global" modifier for instances inside sections with the usualGravatar msozeau2008-04-15
* Add the ability to specify the implicit status of section variables andGravatar msozeau2008-04-02
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Syntax changes in typeclasses, remove "?" for usual implicit argumentsGravatar msozeau2008-03-06
* Proper implicit arguments handling for assumptionsGravatar msozeau2008-02-26
* 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
* Fix define body bug fixGravatar msozeau2007-10-24
* Fix define body bugGravatar msozeau2007-10-24
* Fix some bugs, add possibility of automatically solving a proof statement's o...Gravatar msozeau2007-10-24
* Fix dependency bugs due to Program modules renamings.Gravatar msozeau2007-08-08
* Move Program tactics into a proper theories/ directory as they are general pu...Gravatar msozeau2007-08-07
* Remove dead modules in Subtac.Gravatar msozeau2007-07-12
* Various Program fixes, multiple pattern matches, aliases. Fix bug in coercion...Gravatar msozeau2007-06-09
* New keyword "Inline" for Parameters and Axioms for automatic Gravatar soubiran2007-04-25
* Correct implementation of undo in obligations handling code, correct some bug...Gravatar msozeau2007-04-17
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Update implementation for dependent types. Works just as well as before for s...Gravatar msozeau2007-02-16
* Various subtac fixes. Add inequalities in pattern matching branches when need...Gravatar msozeau2007-02-07
* Various subtac fixes.Gravatar msozeau2007-01-15
* Rework subtac pattern matching equalities generation.Gravatar msozeau2007-01-02
* Default tactic for solving goals.Gravatar msozeau2006-12-22
* Fork of cases impl for subtac.Gravatar msozeau2006-11-29
* Facilities to automatically solve obligationsGravatar msozeau2006-10-26
* New handling of obligations.Gravatar msozeau2006-09-01
* Subtac fixes, new way of handling obligations in progress.Gravatar msozeau2006-09-01
* 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
* Added code to support "Program Lemma/Example... etc"Gravatar msozeau2006-04-16
* - 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
* New files for subtacGravatar coq2006-03-05