| Commit message (Expand) | Author | Age |
... | |
* | - Second pass on implementation of let pattern. Parse "let ' par [as x]? | msozeau | 2008-03-28 |
* | Correction du bug 1816 (ajout d'un lemme dans Znat) et suppression | notin | 2008-03-28 |
* | - notations &&& and ||| equivalent to andb and orb, | letouzey | 2008-03-27 |
* | Various fixes on typeclasses: | msozeau | 2008-03-27 |
* | Interpret patterns for hypotheses types in match goal in type_scope (if not a | msozeau | 2008-03-25 |
* | Fix a bug found by B. Grégoire when declaring morphisms in module | msozeau | 2008-03-23 |
* | Nettoyage Wf.v et unification (suite remarques faites sur cocorico) | herbelin | 2008-03-23 |
* | Commit d'une preuve de l'axiome d'Archimède qui traînait dans mes placards. | herbelin | 2008-03-23 |
* | Une passe sur les réels: | herbelin | 2008-03-23 |
* | Compatibility fixes, backtrack on definitions of reflexive, | msozeau | 2008-03-22 |
* | One more AVL reorganisation: separate pure functions from proofs + functional... | letouzey | 2008-03-21 |
* | Some "if then else" instead of orb and andb, in order to vm_compute lazily | letouzey | 2008-03-21 |
* | Add a flag to control rewriting under lambdas. Otherwise makes some | msozeau | 2008-03-20 |
* | still some useless invariants in FSetAVL | letouzey | 2008-03-20 |
* | migration of the old IntMap library from StdLib to a user contrib (Cachan/Int... | letouzey | 2008-03-19 |
* | Coq.Relations.Relations can move back to its short name | letouzey | 2008-03-19 |
* | Do another pass on the typeclasses code. Correct globalization of class | msozeau | 2008-03-19 |
* | Implementation of rewriting under lambdas. Tested on exists only. | msozeau | 2008-03-18 |
* | Correct implementation of normalization of signatures using setoid | msozeau | 2008-03-18 |
* | Add the possibility of specifying constants to unfold for typeclass | msozeau | 2008-03-17 |
* | Removed unneeded tactics from RelationClasses. Use | msozeau | 2008-03-16 |
* | Using the "relation" constant made some unifications fail in the new | msozeau | 2008-03-16 |
* | Misc: Add test for bug 1704, now closed. Add usual syntax for lists in | msozeau | 2008-03-16 |
* | Reorganize Program and Classes theories. Requiring Setoid no longer sets | msozeau | 2008-03-16 |
* | Minor fixes on setoid rewriting. Now uses definitions of [relation] and | msozeau | 2008-03-16 |
* | Reorganisation of FSetAVL (consequences of remarks by B. Gregoire) | letouzey | 2008-03-15 |
* | Do a second pass on the treatment of user-given implicit arguments. Now | msozeau | 2008-03-15 |
* | Suppress some warnings by writing ugly Coq.Relations.Relations in some .v | letouzey | 2008-03-14 |
* | Add a missing morphism declaration that turns morphisms on R ==> R' to | msozeau | 2008-03-09 |
* | Fix bugs that were reopened due to the change of setoid | msozeau | 2008-03-08 |
* | f_equal, revert, specialize in ML, contradict in better Ltac (+doc) | letouzey | 2008-03-07 |
* | repair FSets/FMap after the change in setoid rewrite | letouzey | 2008-03-07 |
* | Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As part | msozeau | 2008-03-07 |
* | Plug the new setoid implemtation in, leaving the original one commented | msozeau | 2008-03-06 |
* | Coquille vraisemblablement introduite par la révision 10628 | notin | 2008-03-06 |
* | Syntax changes in typeclasses, remove "?" for usual implicit arguments | msozeau | 2008-03-06 |
* | even_2n et odd_S2n deviennent transparents (chez moi, ça empêchait de compi... | notin | 2008-03-06 |
* | Backtrack sur la révision #10401 : suppression de le_minus de la base de hin... | notin | 2008-03-05 |
* | still one more substituion s/Set/Type/ | letouzey | 2008-03-04 |
* | one more substitution s/Set/Type/ | letouzey | 2008-03-04 |
* | migration from Set to Type of FSet/FMap + some dependencies... | letouzey | 2008-03-04 |
* | A fix for compilation of FMapFacts (a story of impl arg for Logic.eq) | letouzey | 2008-03-02 |
* | Marche-arrière sur la suppression de l'hypothèse inutile de Rpower_O | herbelin | 2008-03-01 |
* | Argumentation plus poussée de pourquoi on retire la condition x>0 dans | herbelin | 2008-02-29 |
* | Some suggestions about FMap by P. Casteran: | letouzey | 2008-02-28 |
* | cardinal is promoted to the rank of primitive member of the FMap interface | letouzey | 2008-02-28 |
* | Do not open type_scope in SetoidClass. | msozeau | 2008-02-28 |
* | Fix compilation problem (hopefully). | msozeau | 2008-02-28 |
* | Nicer third spec of choose. | letouzey | 2008-02-28 |
* | For more uniformity, use implicits in FSetAVL | letouzey | 2008-02-27 |