aboutsummaryrefslogtreecommitdiff
path: root/contrib/subtac
AgeCommit message (Expand)Author
2008-09-14In manual implicit arguments mode, do not enrich implicitsmsozeau
2008-09-14Fix bug #1936: uncaught exception due to undefinable exceptions.msozeau
2008-09-14Fix bug #1940: uncaught exception when searching for a type class.msozeau
2008-09-13Finish debugging the unification machinery in [Equations]. Do the _compmsozeau
2008-09-12Add a type argument to letin_tac instead of using casts and recomputingmsozeau
2008-09-11Add enough information to correctly globalize recursive calls in inductive andmsozeau
2008-09-11Some more debugging of [Equations], unification still not perfect.msozeau
2008-09-07Check [Equations] patterns are for the right function.msozeau
2008-09-07More debugging of [Equations], now able to discharge even the heavilymsozeau
2008-09-07Better handling of the opacity of proof obligations, add the possibility ofmsozeau
2008-09-03Better handling of recursive Equations definitions... still not perfect.msozeau
2008-09-03Correct handling of implicit arguments in [Equations] definitions,msozeau
2008-09-02Add support for recursive definitions to [Equations], deciding if amsozeau
2008-09-02Initial implementation of a new command to define (dependent) functions bymsozeau
2008-09-02- Remove some dead code in subtacmsozeau
2008-09-02Propagating commit 11343 from branch v8.2 to trunk (wish 1934 aboutherbelin
2008-08-26Give back progress information after feeding the Program Instance to themsozeau
2008-08-21Various fixes w.r.t typeclasses and subtac: resolve tcs properly insidemsozeau
2008-08-04Évolutions diverses et variées.herbelin
2008-07-24Fix bug #1913, checking for unresolved evars which aren't obligations.msozeau
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-07-02Correct a bug in the coercion code where we did not go under constantsmsozeau
2008-07-01Various bug fixes in type classes and subtac:msozeau
2008-06-25Création du fichier dumpglob.ml, qui rassemble les fonctions de globalisatio...notin
2008-06-22Rename obligations_tactic to obligation_tactic and fix bugs #1893.msozeau
2008-06-21Code cleanup in typeclasses, remove dead and duplicated code.msozeau
2008-06-21Various improvements in handling of evars in general and typingmsozeau
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