aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes/RelationClasses.v
Commit message (Expand)AuthorAge
* 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
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* Add the ability to declare [Hint Extern]'s with no pattern.Gravatar msozeau2008-09-07
* Improve typeclasses eauto using the dnet for local assumptions too, and selectGravatar msozeau2008-09-04
* Fix bug #1935, reworking the reflexivity, symmetry... tactics to useGravatar msozeau2008-09-03
* Major speed and space improvements in setoid rewrite:Gravatar msozeau2008-08-27
* - New auto hints for transparency/opacity control, not bound to Gravatar msozeau2008-08-22
* New tactics [conv] to test convertibility (actually, unification) of twoGravatar msozeau2008-07-22
* - Improve [Context] vernacular to allow arbitrary binders, not justGravatar msozeau2008-07-07
* Fixes in handling of implicit arguments:Gravatar msozeau2008-07-04
* 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
* - Correct handling of DependentMorphism error, using tclFAIL instead ofGravatar msozeau2008-06-10
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* - Cleanup parsing of binders, reducing to a single production for allGravatar msozeau2008-05-11
* Fix eauto still using delta when it shouldn't (should make CoRN compileGravatar msozeau2008-04-29
* More renamings to avoid clashes (e.g. with CoRN).Gravatar msozeau2008-04-15