aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/SetoidClass.v
Commit message (Expand)AuthorAge
* Update headers following #6543.Gravatar Théo Zimmermann2018-02-27
* Bump year in headers.Gravatar Pierre-Marie Pédrot2017-07-04
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Update headers.Gravatar Maxime Dénès2015-01-12
* Updating headers.Gravatar herbelin2012-08-08
* Fix bug #2586 and enhance clsubst* as well as a side effectGravatar msozeau2011-10-18
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Cleanup in Classes, removing unsupported code.Gravatar msozeau2010-02-11
* Rename proper to proper_prf to avoid clash with CoRN, Gravatar msozeau2009-12-03
* Add a new vernacular command for controling implicit generalization ofGravatar msozeau2009-10-27
* Fix the stdlib doc compilation + switch all .v file to utf8Gravatar letouzey2009-09-28
* Delete trailing whitespaces in all *.{v,ml*} filesGravatar glondu2009-09-17
* Stop using [obligation_tactic] from Program.Tactics as the defaultGravatar msozeau2009-09-15
* Rename [Morphism] into [Proper] and [respect] into [proper] to complyGravatar msozeau2009-04-21
* Better Requires in Classes. Fix bug #2093: the code does not requireGravatar msozeau2009-04-16
* Last changes in type class syntax: Gravatar msozeau2009-01-18
* Generalized binding syntax overhaul: only two new binders: `() and `{},Gravatar msozeau2008-12-14
* Add user syntax for creating hint databases [Create HintDb fooGravatar msozeau2008-09-14
* Use manual implicts in Classes and rationalize class parameter names.Gravatar msozeau2008-09-14
* Remove redefinition of id in Program.Basics, just add maximal implicits.Gravatar msozeau2008-09-13
* 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
* Enhancements to coqdoc, better globalization of sections and modules.Gravatar msozeau2008-06-06
* Debug implementation of failing tactics in Morphism to allow earlierGravatar msozeau2008-04-26
* - Parameterize unification by two sets of transparent_state, one for openGravatar msozeau2008-04-21
* Add the ability to specify what to do with free variables in instanceGravatar msozeau2008-04-12
* Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientGravatar herbelin2008-04-01
* Various fixes on typeclasses:Gravatar msozeau2008-03-27
* Interpret patterns for hypotheses types in match goal in type_scope (if not aGravatar msozeau2008-03-25
* 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
* Add the possibility of specifying constants to unfold for typeclassGravatar msozeau2008-03-17
* Removed unneeded tactics from RelationClasses. UseGravatar msozeau2008-03-16
* Using the "relation" constant made some unifications fail in the newGravatar msozeau2008-03-16
* Reorganize Program and Classes theories. Requiring Setoid no longer setsGravatar msozeau2008-03-16
* Syntax changes in typeclasses, remove "?" for usual implicit argumentsGravatar msozeau2008-03-06
* Do not open type_scope in SetoidClass.Gravatar msozeau2008-02-28
* Proper implicit arguments handling for assumptionsGravatar msozeau2008-02-26
* Backport Program Instance into Instance. Proper early error message ifGravatar msozeau2008-02-10
* Fix the clrewrite tactic, change Relations.v to work on relations in PropGravatar msozeau2008-02-09
* New algorithm to resolve morphisms, after discussion with NicolasGravatar msozeau2008-02-06
* Add new files theories/Program/Basics.v and theories/Classes/Relations.vGravatar msozeau2008-02-03
* Debug implementation of dependent induction/dependent destruction and documen...Gravatar msozeau2008-01-31
* Support for occurences and 'in' in class_setoid, work on corresponding tactic...Gravatar msozeau2008-01-30
* Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...Gravatar msozeau2008-01-18
* Change notation for setoid inequality, coerce objects before comparing them. ...Gravatar msozeau2008-01-18
* Generalize instance declarations to any context, better name handling. Add ho...Gravatar msozeau2008-01-15
* Cleaner quantifiers for type classes, breaks clrewrite for the moment but imp...Gravatar msozeau2008-01-07
* Remove spurious .d, better tactics.Gravatar msozeau2008-01-07