aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes/Equivalence.v
AgeCommit message (Expand)Author
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-09-28Fix the stdlib doc compilation + switch all .v file to utf8letouzey
2009-09-17Delete trailing whitespaces in all *.{v,ml*} filesglondu
2009-09-15Fix compilation errors due to last commit.msozeau
2009-09-15Stop using [obligation_tactic] from Program.Tactics as the defaultmsozeau
2009-04-18Just export RelationClasses for [Equivalence] through Setoid.msozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-11-05Minor fixes:msozeau
2008-09-14Add user syntax for creating hint databases [Create HintDb foomsozeau
2008-09-14Use manual implicts in Classes and rationalize class parameter names.msozeau
2008-09-07Add the ability to declare [Hint Extern]'s with no pattern.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-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-15Document CHANGES in setoid rewrite, move DefaultRelation tomsozeau
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-14Update doc and remove another overloading of equiv_*.msozeau
2008-04-14Renamings to avoid clashes with definitions in Relation_Definitions, nowmsozeau
2008-04-08- A little cleanup in Classes/*. Separate standard morphisms onmsozeau
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
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-22Compatibility fixes, backtrack on definitions of reflexive,msozeau
2008-03-19Do another pass on the typeclasses code. Correct globalization of classmsozeau
2008-03-18Correct implementation of normalization of signatures using setoidmsozeau
2008-03-16Removed unneeded tactics from RelationClasses. Usemsozeau
2008-03-16Reorganize Program and Classes theories. Requiring Setoid no longer setsmsozeau
2008-03-08Fix bugs that were reopened due to the change of setoidmsozeau
2008-03-06Plug the new setoid implemtation in, leaving the original one commentedmsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-14Backtrack changes on eauto, move specialized version of eauto inmsozeau