aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac
AgeCommit message (Expand)Author
2008-06-19Little fixes: print unbound variable in error message (patch by Samuelmsozeau
2008-06-18Improvements in subtac:msozeau
2008-06-18Compatibility fixes (Add Setoid bug and accidental introduction of amsozeau
2008-06-17Cleanup in subtac_cases, preparing to use improvements on return predicatemsozeau
2008-06-03Fixes incorrect handling of existing existentials variables inmsozeau
2008-05-30Improvements on coqdoc by adding more information into .globmsozeau
2008-05-23- Fix bug #1858, Hint Unfold calling the wrong locate function.msozeau
2008-05-15Various fixes:msozeau
2008-05-13- Fix bug related to indices of fixpoints.msozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-05-05Mise en place d'un algorithme d'inversion des contraintes de type lorsherbelin
2008-04-26- Backtrack sur extension de syntaxe pour pose qui rentre en conflit avecherbelin
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-25- Fix bug in eterm which was not taking filtered contexts in evars intomsozeau
2008-04-23Prise en compte des coercions dans les clauses "with" même si le typeherbelin
2008-04-17Little fixes in setoid_rewrite.msozeau
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau
2008-04-11Check that no evars remain in instance types earlier at Instancemsozeau
2008-04-07Fix big de Bruijn bug in mutually recursive definitions.msozeau
2008-04-02Add the ability to specify the implicit status of section variables andmsozeau
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
2008-04-01Add option to set the opacity of obligations to transparent, to be ablemsozeau
2008-03-28- Second pass on implementation of let pattern. Parse "let ' par [as x]?msozeau
2008-03-27Various fixes on typeclasses:msozeau
2008-03-23Fix a bug found by B. Grégoire when declaring morphisms in modulemsozeau
2008-03-19Do another pass on the typeclasses code. Correct globalization of classmsozeau
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-16Minor fixes on setoid rewriting. Now uses definitions of [relation] andmsozeau
2008-03-15Do a second pass on the treatment of user-given implicit arguments. Nowmsozeau
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-03-10Fix compilation problem and finish little cleanup.msozeau
2008-03-09Fix a few bugs in Program: use user-given typing constraints formsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-22Merge with lmamane's private branch:lmamane
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
2008-02-08Change implementation of resolution for typeclasses to use a customizedmsozeau
2008-02-08New "Preterm [ of id ] " command to show the preterm before giving it tomsozeau
2008-02-08Backport code from command.ml to subtac_command.ml for defininingmsozeau
2008-02-06New algorithm to resolve morphisms, after discussion with Nicolasmsozeau
2008-01-31Fix obvious syntax error. Forgot to recompile before commiting...msozeau
2008-01-31Finish let| implementation and document itmsozeau
2008-01-30Work on dependent induction tactic and friends, finish the test-suite examplemsozeau
2008-01-30Use new redefinition support for the default obligations tacticmsozeau
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...msozeau
2008-01-17Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...msozeau
2008-01-15Generalize instance declarations to any context, better name handling. Add ho...msozeau