aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes/RelationClasses.v
AgeCommit message (Expand)Author
2016-01-20Update copyright headers.Maxime Dénès
2015-12-31Put implicits back as in 8.4.Matthieu Sozeau
2015-05-12Mark PreOrder as a consequence of Equivalence. (Fix bug #4213)Guillaume Melquiond
2015-01-12Update headers.Maxime Dénès
2014-10-11Revert d0cd27e209be08ee51a2d609157367f053438a10: giving a different nameMatthieu Sozeau
2014-10-10Give the same argument name for the record binder of type classMatthieu Sozeau
2014-05-09Restore implicit arguments of irreflexivity (fixes bug #3305).Matthieu Sozeau
2014-05-06This commit adds full universe polymorphism and fast projections to Coq.Matthieu Sozeau
2012-10-26Change Hint Resolve, Immediate to take a global reference as argumentmsozeau
2012-08-08Updating headers.herbelin
2012-07-05Open Local Scope ---> Local Open Scope, same with Notation and aliiletouzey
2012-04-15Fixing tauto "special" behavior on singleton types w/ 2 parameters (bug #2680).herbelin
2012-03-20Fix interface of resolve_typeclasses: onlyargs -> with_goals:msozeau
2011-11-21theories/, plugins/ and test-suite/ ported to the Arguments vernaculargareuselesinge
2011-11-17Merge subinstances branch by me and Tom Prince.msozeau
2011-10-05Use an ad-hoc monomorphic list in RelationClasses to avoid some universe cons...letouzey
2011-07-04StrictOrder marked explicitly to be in Propletouzey
2011-01-11Add [Typeclasses Debug] option that respects backtracking, solvemsozeau
2010-12-09In passing, very quick uniformization of coqdoc headers in a few files.herbelin
2010-07-27Minor fixes:msozeau
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-02-17RelationClasses: adapt eq_Reflexive and co to avoid Universe Inconsistenciesletouzey
2010-02-09ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeletouzey
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2009-11-08Use generalizable variables info when internalizing arbitrary bindings,msozeau
2009-11-02list, length, app are migrated from List to Datatypesletouzey
2009-10-27Add a new vernacular command for controling implicit generalization ofmsozeau
2009-10-22Fix new instances that could easily make class resolution loop on msozeau
2009-10-13MSets: a new generation of FSetsletouzey
2009-10-05Correctly do backtracking during type class resolution even if only newmsozeau
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-09-10Misc fixes:msozeau
2009-09-08Fix the bug-ridden code used to choose leibniz or generalizedmsozeau
2009-05-16Minor fixes in typeclasses:msozeau
2009-04-27- Implementation of a new typeclasses eauto procedure based on successmsozeau
2009-04-16Better Requires in Classes. Fix bug #2093: the code does not requiremsozeau
2009-04-07Move setoid_rewrite to its own module and do some clean up inmsozeau
2009-03-28Rewrite of Program Fixpoint to overcome the previous limitations: msozeau
2009-02-04Fix [subrelation] clauses that privileged the weakest. Better impl argsmsozeau
2009-01-18Last changes in type class syntax: msozeau
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-10-23Generalized implementation of generalization.msozeau
2008-09-14Use manual implicts in Classes and rationalize class parameter names.msozeau
2008-09-11Add enough information to correctly globalize recursive calls in inductive andmsozeau
2008-09-07Add the ability to declare [Hint Extern]'s with no pattern.msozeau
2008-09-04Improve typeclasses eauto using the dnet for local assumptions too, and selectmsozeau