aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes/Morphisms.v
AgeCommit message (Expand)Author
2009-02-04Fix [subrelation] clauses that privileged the weakest. Better impl argsmsozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-12-08Fix handling of [inverse] in setoid_rewrite, with an hopefully completemsozeau
2008-09-14Use manual implicts in Classes and rationalize class parameter names.msozeau
2008-08-22- New auto hints for transparency/opacity control, not bound to msozeau
2008-07-25More compatibility fixes, revert the tauto fix that preventedmsozeau
2008-07-22New tactics [conv] to test convertibility (actually, unification) of twomsozeau
2008-07-04Fixes in handling of implicit arguments:msozeau
2008-07-01Various bug fixes in type classes and subtac:msozeau
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-22Rename obligations_tactic to obligation_tactic and fix bugs #1893.msozeau
2008-06-10- Correct handling of DependentMorphism error, using tclFAIL instead ofmsozeau
2008-06-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-05Backtrack commit 10887 (priorité des notations pour les signatures denotin
2008-05-05It seems more natural to put those operators at same level as "->"...glondu
2008-04-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-25- Fix bug in eterm which was not taking filtered contexts in evars intomsozeau
2008-04-24- Add pretty-printers for Idpred, Cpred and transparent_state, used formsozeau
2008-04-21- Correct unification for the rewrite variant of setoid_rewrite,msozeau
2008-04-17Bug squashing day !msozeau
2008-04-17Little fixes in setoid_rewrite.msozeau
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau
2008-04-09Fixes in new Morphisms files. msozeau
2008-04-08- A little cleanup in Classes/*. Separate standard morphisms onmsozeau
2008-04-02Minor fixes. Use expanded type in class_tactics for Morphism search, tomsozeau
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
2008-03-29Fix test-suite files, change conflicting notation "->rel" and the othersmsozeau
2008-03-28Improve error handling and messages for typeclasses. msozeau
2008-03-27Various fixes on typeclasses:msozeau
2008-03-23Fix a bug found by B. Grégoire when declaring morphisms in modulemsozeau
2008-03-22Compatibility fixes, backtrack on definitions of reflexive,msozeau
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-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-09Add a missing morphism declaration that turns morphisms on R ==> R' tomsozeau
2008-03-06Coquille vraisemblablement introduite par la révision 10628notin
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-28Fix compilation problem (hopefully).msozeau
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-14Backtrack changes on eauto, move specialized version of eauto inmsozeau
2008-02-09Fix the clrewrite tactic, change Relations.v to work on relations in Propmsozeau
2008-02-06New algorithm to resolve morphisms, after discussion with Nicolasmsozeau