aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac/subtac.ml
AgeCommit message (Expand)Author
2009-03-20Directory 'contrib' renamed into 'plugins', to end confusion with archive of ...letouzey
2008-10-03Minor fixes related to coqdoc and --interpolate and the dependentmsozeau
2008-09-07Better handling of the opacity of proof obligations, add the possibility ofmsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-07-24Suite commit 11236notin
2008-07-18Rétablissement de l'option -dump-glob de coq top et de l'option -glob-from d...notin
2008-06-25Création du fichier dumpglob.ml, qui rassemble les fonctions de globalisatio...notin
2008-06-18Compatibility fixes (Add Setoid bug and accidental introduction of amsozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-02Add the ability to specify the implicit status of section variables andmsozeau
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
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