aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/RelationClasses.v
Commit message (Expand)AuthorAge
...
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* Add the ability to declare [Hint Extern]'s with no pattern.Gravatar msozeau2008-09-07
* Improve typeclasses eauto using the dnet for local assumptions too, and selectGravatar msozeau2008-09-04
* Fix bug #1935, reworking the reflexivity, symmetry... tactics to useGravatar msozeau2008-09-03
* Major speed and space improvements in setoid rewrite:Gravatar msozeau2008-08-27
* - New auto hints for transparency/opacity control, not bound to Gravatar msozeau2008-08-22
* New tactics [conv] to test convertibility (actually, unification) of twoGravatar msozeau2008-07-22
* - Improve [Context] vernacular to allow arbitrary binders, not justGravatar msozeau2008-07-07
* Fixes in handling of implicit arguments:Gravatar msozeau2008-07-04
* Enhanced discrimination nets implementation, which can now work withGravatar msozeau2008-06-27
* Rename obligations_tactic to obligation_tactic and fix bugs #1893.Gravatar msozeau2008-06-22
* - Correct handling of DependentMorphism error, using tclFAIL instead ofGravatar msozeau2008-06-10
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* - Cleanup parsing of binders, reducing to a single production for allGravatar msozeau2008-05-11
* Fix eauto still using delta when it shouldn't (should make CoRN compileGravatar msozeau2008-04-29
* More renamings to avoid clashes (e.g. with CoRN).Gravatar msozeau2008-04-15
* Document CHANGES in setoid rewrite, move DefaultRelation toGravatar msozeau2008-04-15
* Renamings to avoid clashes with definitions in Relation_Definitions, nowGravatar msozeau2008-04-14
* Document the new setoid rewrite tactic, and fix a few things whileGravatar msozeau2008-04-12
* Fixes in new Morphisms files. Gravatar msozeau2008-04-09
* - A little cleanup in Classes/*. Separate standard morphisms onGravatar msozeau2008-04-08
* Minor fixes. Use expanded type in class_tactics for Morphism search, toGravatar msozeau2008-04-02
* Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientGravatar herbelin2008-04-01
* - Fix for rewriting under dependent products.Gravatar msozeau2008-03-31
* Fix test-suite files, change conflicting notation "->rel" and the othersGravatar msozeau2008-03-29
* Improve error handling and messages for typeclasses. Gravatar msozeau2008-03-28
* Various fixes on typeclasses:Gravatar msozeau2008-03-27
* Fix a bug found by B. Grégoire when declaring morphisms in moduleGravatar msozeau2008-03-23
* Compatibility fixes, backtrack on definitions of reflexive,Gravatar msozeau2008-03-22
* Do another pass on the typeclasses code. Correct globalization of classGravatar msozeau2008-03-19
* Implementation of rewriting under lambdas. Tested on exists only.Gravatar msozeau2008-03-18
* Correct implementation of normalization of signatures using setoidGravatar msozeau2008-03-18
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Reorganize Program and Classes theories. Requiring Setoid no longer setsGravatar msozeau2008-03-16