aboutsummaryrefslogtreecommitdiff
path: root/contrib/recdef
AgeCommit message (Expand)Author
2007-05-22Nouvelle stratégie d'unification des types des with-bindings dansherbelin
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
2007-05-17correction de bug dans Function et augmentation de la classe des fonctions su...jforest
2007-04-28Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.herbelin
2007-04-05Mise en place d'une nouvelle strategie plus efficace pour les preuves de Func...jforest
2007-03-11correction du bug 1432jforest
2007-01-26Contounement d'un probleme avec la VM dans Function jforest
2006-10-28Extension du polymorphisme de sorte au cas des définitions dans Type.herbelin
2006-09-19Gestion des arguments implicites dans les Functions bien fondeesjforest
2006-09-18correction of bug #1220jforest
2006-09-16Message modification in Functionjforest
2006-09-15Minor bug correction in well-founded Function.jforest
2006-08-25two minor bug corrections in General Recursive Functions jforest
2006-08-16+ timide essai pour le traitement des as dans les patterns lors de la generat...jforest
2006-08-11Bug corrections in Function.jforest
2006-08-08In the old version, recursive functions cannot be declared inside a sectionbertot
2006-05-26removing a warningjforest
2006-05-23Error during last commit (coq didn't compile)jforest
2006-05-23cleanning code jforest
2006-05-22Correcting a bug in identifiers manipulation jforest
2006-05-09Correcting an old bug during generation of generale recursive functions.jforest
2006-05-07+ correcting a bug in general recursive function (match e with _ => match f e...jforest
2006-05-03Fixing two minor bugs in recdef and graph of function generation. jforest
2006-05-03Cleanning and factorizing code in funind. Spliting new_arg_principles into to...jforest
2006-04-28If function creates proof obligation, there are now printed once.courtieu
2006-04-10+ Changing a little functional schemes types jforest
2006-03-22Made pretyping a functor over a coercion implementation. Pretyping.Default us...msozeau
2006-03-14+ Debugging and cleaning functional principle generation tacticjforest
2006-03-12 -Debugging multiple induction, a bug appeared when having functioncourtieu
2006-02-22Julien:bertot
2006-02-17bug correctionbertot
2006-02-17Julien:bertot
2006-02-09securing intros (we now use h_intro)bertot
2006-02-09Minor bugs fixesbertot
2006-02-08Changing Set to Type for iter.bertot
2006-02-08One can use a measure {mes f x} instead of a well-founded relation in GenFixp...bertot
2006-02-08Julien:bertot
2006-02-03+ Adding an error message when the function cannot be definedbertot
2006-01-28Réorganisation de la structure interne des types de déclarations (decl_kinds)herbelin
2006-01-21Messages de idtac et fail peuvent maintenant être des listes de string, int ...herbelin
2006-01-18Recursive Definition now supports functions with more than one argument.coq
2006-01-12Changing well founded induction to fix on accessibility proof in orderbertot
2006-01-11removes several warnings in contrib/interfacebertot
2005-12-26Suppression des parseurs et printeurs v7; suppression du traducteur (mcanisme...herbelin
2005-12-02Changement des named_contextgregoire
2005-11-14avoids warnings about unused variablesbertot
2005-11-07Adds tools to help in defining new general recursive functionsbertot