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