aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/funind
Commit message (Expand)AuthorAge
* Postpone the search for the recursive argument index from the user givenGravatar msozeau2008-05-06
* menage dans funind + deplaceemnt de recdef dans funindGravatar jforest2008-04-28
* Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveGravatar herbelin2008-04-25
* Remplacement de l'appel à interp_constr pour globaliser une constanteGravatar herbelin2008-04-24
* - Parameterize unification by two sets of transparent_state, one for openGravatar msozeau2008-04-21
* Désactivation du dumping des notations quand funind appelle lesGravatar herbelin2008-04-12
* Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.Gravatar msozeau2008-04-12
* correction of bug 1829Gravatar jforest2008-04-08
* - Second pass on implementation of let pattern. Parse "let ' par [as x]?Gravatar msozeau2008-03-28
* Added a function to rebuild an elim scheme from elim_scheme_info. WillGravatar courtieu2008-03-18
* Adapt funind to the RLetPattern constructor.Gravatar msozeau2008-03-15
* Backtrack wrong commit.Gravatar courtieu2008-03-14
* indentation.Gravatar courtieu2008-03-14
* trying fGravatar courtieu2008-03-13
* correction d'un bug d'efficacite dans Function (+ ajout de eauto_with_bases)Gravatar jforest2008-03-08
* Merge with lmamane's private branch:Gravatar lmamane2008-02-22
* Add new LetPattern construct to replace dest. syntax: let| pat := t in b is b...Gravatar msozeau2008-01-17
* Correction of bug #1769Gravatar jforest2008-01-09
* 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
* Factorisation des opérations sur le type option de Util dans un module Gravatar aspiwack2007-12-05
* bug correction in functional inversion principle generationGravatar jforest2007-11-27
* minor bug correction in FunctionGravatar jforest2007-11-26
* Bug in functionnal induction principle generationGravatar jforest2007-11-19
* Prise en compte des notations "alias" dans la globalisation des coercions.Gravatar herbelin2007-11-08
* Cleaning code and comment.Gravatar courtieu2007-10-30
* Ajout de eelim, ecase, edestruct et einduction (expérimental).Gravatar herbelin2007-10-03
* * Adding compability with ocaml 3.10 + camlp5 (rework of Gravatar letouzey2007-09-15
* correction bug d'efficacite dans FunctionGravatar jforest2007-08-31
* Slight cleanup of refl_omega.ml : in particular it uses now listGravatar letouzey2007-07-11
* extension of the rename tactic: the following is now allowed: Gravatar letouzey2007-07-06
* - Propagation des evars non résolues vers les with_bindings; permet par exempleGravatar herbelin2007-05-20
* correction de bug dans Function et augmentation de la classe des fonctions su...Gravatar jforest2007-05-17
* Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.Gravatar herbelin2007-04-28
* Mise en place d'une nouvelle strategie plus efficace pour les preuves de Func...Gravatar jforest2007-04-05
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* r11153@tannat: jforest | 2007-03-16 10:25:55 +0100Gravatar jforest2007-03-16
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Bug mineur dans la generation des principes d'induction pour FunctionGravatar jforest2007-02-12
* Correction d'un bug dans la génération des principes d'inductionGravatar jforest2007-02-11
* Retour r9310 en attendant mieuxGravatar herbelin2007-02-09
* Meilleur anglais (cf 9619)Gravatar herbelin2007-02-07
* Contounement d'un probleme avec la VM dans Function Gravatar jforest2007-01-26
* Protection contre les warnings 'unused variable' de ocaml 3.09Gravatar herbelin2007-01-19
* Functional graph merging deals with letins.Gravatar courtieu2006-11-24
* Fixed the graph merging parameter order.Gravatar courtieu2006-11-24
* Fixing syntax and parameter order in functional graph merging.Gravatar courtieu2006-11-23
* Changing merging functional scheme syntax.Gravatar courtieu2006-11-20
* Small fix in functional graph merging.Gravatar courtieu2006-11-16
* Correction de la seconde partie du bug #1278Gravatar jforest2006-11-13