aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/funind
Commit message (Expand)AuthorAge
* amelioration mineur du comportement de FunctionGravatar jforest2008-11-24
* first attempt to allow Function to deal with dependent pattern matching. This...Gravatar jforest2008-11-23
* Fixed bug in VernacExtend printing + missing vernacular printing rules +Gravatar herbelin2008-11-22
* correction of bug #2002Gravatar jforest2008-11-20
* More factorization of inductive/record and typeclasses: move classGravatar msozeau2008-11-09
* Move Record desugaring to constrintern and add ability to use notationsGravatar msozeau2008-11-05
* Nouvelle syntaxe pour écrire des records (co)inductifs :Gravatar aspiwack2008-11-05
* Fixes and refinements regarding occurrence selection:Gravatar herbelin2008-10-26
* adding an option Function_raw_tcc to FunctionGravatar jforest2008-10-26
* Open notation for declaring record instances.Gravatar msozeau2008-10-23
* Generalized implementation of generalization.Gravatar msozeau2008-10-23
* Add a type argument to letin_tac instead of using casts and recomputingGravatar msozeau2008-09-12
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* - New auto hints for transparency/opacity control, not bound to Gravatar msozeau2008-08-22
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Rétablissement de l'option -dump-glob de coq top et de l'option -glob-from d...Gravatar notin2008-07-18
* Enhanced discrimination nets implementation, which can now work withGravatar msozeau2008-06-27
* - Implantation de la suggestion 1873 sur discriminate. Au final,Gravatar herbelin2008-06-21
* - Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)Gravatar herbelin2008-06-10
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Minor bug correction in recdefGravatar jforest2008-06-02
* Improvements on coqdoc by adding more information into .globGravatar msozeau2008-05-30
* 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