aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/RelationClasses.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
* Remove deprecated options from the standard library.Gravatar Guillaume Melquiond2017-06-14
* Update copyright headers.Gravatar Maxime Dénès2016-01-20
* Put implicits back as in 8.4.Gravatar Matthieu Sozeau2015-12-31
* Mark PreOrder as a consequence of Equivalence. (Fix bug #4213)Gravatar Guillaume Melquiond2015-05-12
* Update headers.Gravatar Maxime Dénès2015-01-12
* Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different nameGravatar Matthieu Sozeau2014-10-11
* Give the same argument name for the record binder of type classGravatar Matthieu Sozeau2014-10-10
* Restore implicit arguments of irreflexivity (fixes bug #3305).Gravatar Matthieu Sozeau2014-05-09
* This commit adds full universe polymorphism and fast projections to Coq.Gravatar Matthieu Sozeau2014-05-06
* Change Hint Resolve, Immediate to take a global reference as argumentGravatar msozeau2012-10-26
* Updating headers.Gravatar herbelin2012-08-08
* Open Local Scope ---> Local Open Scope, same with Notation and aliiGravatar letouzey2012-07-05
* Fixing tauto "special" behavior on singleton types w/ 2 parameters (bug #2680).Gravatar herbelin2012-04-15
* Fix interface of resolve_typeclasses: onlyargs -> with_goals:Gravatar msozeau2012-03-20
* theories/, plugins/ and test-suite/ ported to the Arguments vernacularGravatar gareuselesinge2011-11-21
* Merge subinstances branch by me and Tom Prince.Gravatar msozeau2011-11-17
* Use an ad-hoc monomorphic list in RelationClasses to avoid some universe cons...Gravatar letouzey2011-10-05
* StrictOrder marked explicitly to be in PropGravatar letouzey2011-07-04
* Add [Typeclasses Debug] option that respects backtracking, solveGravatar msozeau2011-01-11
* In passing, very quick uniformization of coqdoc headers in a few files.Gravatar herbelin2010-12-09
* Minor fixes:Gravatar msozeau2010-07-27
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29
* Here comes the commit, announced long ago, of the new tactic engine.Gravatar aspiwack2010-04-22
* RelationClasses: adapt eq_Reflexive and co to avoid Universe InconsistenciesGravatar letouzey2010-02-17
* ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeGravatar letouzey2010-02-09
* Support "Local Obligation Tactic" (now the default in sections).Gravatar msozeau2010-01-11
* Use generalizable variables info when internalizing arbitrary bindings,Gravatar msozeau2009-11-08
* list, length, app are migrated from List to DatatypesGravatar letouzey2009-11-02
* Add a new vernacular command for controling implicit generalization ofGravatar msozeau2009-10-27
* Fix new instances that could easily make class resolution loop on Gravatar msozeau2009-10-22
* MSets: a new generation of FSetsGravatar letouzey2009-10-13
* Correctly do backtracking during type class resolution even if only newGravatar msozeau2009-10-05
* 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
* Misc fixes:Gravatar msozeau2009-09-10
* Fix the bug-ridden code used to choose leibniz or generalizedGravatar msozeau2009-09-08
* Minor fixes in typeclasses:Gravatar msozeau2009-05-16
* - Implementation of a new typeclasses eauto procedure based on successGravatar msozeau2009-04-27
* Better Requires in Classes. Fix bug #2093: the code does not requireGravatar msozeau2009-04-16
* Move setoid_rewrite to its own module and do some clean up inGravatar msozeau2009-04-07
* Rewrite of Program Fixpoint to overcome the previous limitations: Gravatar msozeau2009-03-28
* Fix [subrelation] clauses that privileged the weakest. Better impl argsGravatar msozeau2009-02-04
* Last changes in type class syntax: Gravatar msozeau2009-01-18
* Generalized binding syntax overhaul: only two new binders: `() and `{},Gravatar msozeau2008-12-14
* Generalized implementation of generalization.Gravatar msozeau2008-10-23
* Use manual implicts in Classes and rationalize class parameter names.Gravatar msozeau2008-09-14