aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Classes
Commit message (Expand)AuthorAge
...
* Added a typeclass-based system to reason on decidable propositions.Gravatar ppedrot2012-01-06
* 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
* Fix bug #2586 and enhance clsubst* as well as a side effectGravatar msozeau2011-10-18
* Proper fix for complement/flip instances.Gravatar msozeau2011-10-10
* Fix bug #2557 and an issue with Propers for complementGravatar msozeau2011-10-07
* Use an ad-hoc monomorphic list in RelationClasses to avoid some universe cons...Gravatar letouzey2011-10-05
* Avoid registering λ and Π as keywords just for some private Local NotationGravatar letouzey2011-09-06
* StrictOrder marked explicitly to be in PropGravatar letouzey2011-07-04
* Merge branch 'subclasses' into coq-trunkGravatar msozeau2011-05-05
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* - Allow rewriting under abitrary products, not just those in Prop.Gravatar msozeau2011-02-28
* Add [Typeclasses Debug] option that respects backtracking, solveGravatar msozeau2011-01-11
* f_equiv : a clone of f_equal that handles setoid equivalencesGravatar letouzey2011-01-04
* Numbers: some improvements in proofsGravatar letouzey2011-01-03
* First release of Vector library.Gravatar pboutill2010-12-10
* In passing, very quick uniformization of coqdoc headers in a few files.Gravatar herbelin2010-12-09
* Fixed commit r13359 which was incomplete for its "trunk" part. ThanksGravatar herbelin2010-07-31
* Minor fixes:Gravatar msozeau2010-07-27
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Made option "Automatic Introduction" active by default before too manyGravatar herbelin2010-06-08
* 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
* Cleanup in Classes, removing unsupported code.Gravatar msozeau2010-02-11
* ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeGravatar letouzey2010-02-09
* Update CHANGES, add documentation for new commands/tactics and do a bitGravatar msozeau2010-01-30
* Support for generalized rewriting under dependent binders, using theGravatar msozeau2010-01-26
* Support "Local Obligation Tactic" (now the default in sections).Gravatar msozeau2010-01-11
* RelationPairs: stop loading it in all Numbers, stop maximal args with fst/sndGravatar letouzey2009-12-18
* Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...Gravatar letouzey2009-12-09
* Rename proper to proper_prf to avoid clash with CoRN, Gravatar msozeau2009-12-03
* Fix backtracking heuristic in typeclass resolution. Gravatar msozeau2009-11-30
* Added support for definition of fixpoints using tactics.Gravatar herbelin2009-11-27
* Document Generalizable Variables, and change syntax to Gravatar msozeau2009-11-15
* Use generalizable variables info when internalizing arbitrary bindings,Gravatar msozeau2009-11-08
* Numbers: finish files NStrongRec and NDefOpsGravatar letouzey2009-11-06
* OrderedType implementation for various numerical datatypes + min/max structuresGravatar letouzey2009-11-03
* Remove various useless {struct} annotationsGravatar letouzey2009-11-02
* 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
* Implicit argument of Logic.eq become maximally insertedGravatar letouzey2009-10-08
* 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
* Fix compilation errors due to last commit.Gravatar msozeau2009-09-15
* Stop using [obligation_tactic] from Program.Tactics as the defaultGravatar msozeau2009-09-15
* Misc fixes:Gravatar msozeau2009-09-10