aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes/SetoidClass.v
AgeCommit message (Expand)Author
2010-02-11Cleanup in Classes, removing unsupported code.msozeau
2009-12-03Rename proper to proper_prf to avoid clash with CoRN, 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-15Stop using [obligation_tactic] from Program.Tactics as the defaultmsozeau
2009-04-21Rename [Morphism] into [Proper] and [respect] into [proper] to complymsozeau
2009-04-16Better Requires in Classes. Fix bug #2093: the code does not requiremsozeau
2009-01-18Last changes in type class syntax: msozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},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-13Remove redefinition of id in Program.Basics, just add maximal implicits.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-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-04-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau
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-22Compatibility fixes, backtrack on definitions of reflexive,msozeau
2008-03-19Do another pass on the typeclasses code. Correct globalization of classmsozeau
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-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-02-28Do not open type_scope in SetoidClass.msozeau
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
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
2008-02-03Add new files theories/Program/Basics.v and theories/Classes/Relations.vmsozeau
2008-01-31Debug implementation of dependent induction/dependent destruction and documen...msozeau
2008-01-30Support for occurences and 'in' in class_setoid, work on corresponding tactic...msozeau
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...msozeau
2008-01-18Change notation for setoid inequality, coerce objects before comparing them. ...msozeau
2008-01-15Generalize instance declarations to any context, better name handling. Add ho...msozeau
2008-01-07Cleaner quantifiers for type classes, breaks clrewrite for the moment but imp...msozeau
2008-01-07Remove spurious .d, better tactics.msozeau
2008-01-05Fix a naming bug reported by Arnaud Spiwack, allow instance search to create ...msozeau
2008-01-04Add partial setoids in theories/Classes, add SetoidDec class for setoids with...msozeau
2007-12-31Move Classes.Setoid to Classes.SetoidClass to avoid name clash.msozeau