aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes
AgeCommit message (Expand)Author
2012-06-20Bug 2813 - Reflexive, Symmetric, Transitive instances for pointwise_relation ...pboutill
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
2012-03-19Fix bugs related to Program integration.msozeau
2012-03-14Final part of moving Program code inside the main code. Adapted add_definitio...msozeau
2012-03-14Everything compiles again.msozeau
2012-01-31Revert "Tentative to fix bug #2628 by not letting intuition break records. Mi...msozeau
2012-01-28Tentative to fix bug #2628 by not letting intuition break records. Might be t...msozeau
2012-01-13Added the decidability of (<=) on nat.ppedrot
2012-01-06Fixed the itarget of the previous commit...ppedrot
2012-01-06Added a typeclass-based system to reason on decidable propositions.ppedrot
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-18Fix bug #2586 and enhance clsubst* as well as a side effectmsozeau
2011-10-10Proper fix for complement/flip instances.msozeau
2011-10-07Fix bug #2557 and an issue with Propers for complementmsozeau
2011-10-05Use an ad-hoc monomorphic list in RelationClasses to avoid some universe cons...letouzey
2011-09-06Avoid registering λ and Π as keywords just for some private Local Notationletouzey
2011-07-04StrictOrder marked explicitly to be in Propletouzey
2011-05-05Merge branch 'subclasses' into coq-trunkmsozeau
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-02-28- Allow rewriting under abitrary products, not just those in Prop.msozeau
2011-01-11Add [Typeclasses Debug] option that respects backtracking, solvemsozeau
2011-01-04f_equiv : a clone of f_equal that handles setoid equivalencesletouzey
2011-01-03Numbers: some improvements in proofsletouzey
2010-12-10First release of Vector library.pboutill
2010-12-09In passing, very quick uniformization of coqdoc headers in a few files.herbelin
2010-07-31Fixed commit r13359 which was incomplete for its "trunk" part. Thanksherbelin
2010-07-27Minor fixes:msozeau
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-08Made option "Automatic Introduction" active by default before too manyherbelin
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-11Cleanup in Classes, removing unsupported code.msozeau
2010-02-09ZBinary (impl of Numbers via Z) reworked, comes earlier, subsumes ZOrderedTypeletouzey
2010-01-30Update CHANGES, add documentation for new commands/tactics and do a bitmsozeau
2010-01-26Support for generalized rewriting under dependent binders, using themsozeau
2010-01-11Support "Local Obligation Tactic" (now the default in sections).msozeau
2009-12-18RelationPairs: stop loading it in all Numbers, stop maximal args with fst/sndletouzey
2009-12-09Factorisation between Makefile and ocamlbuild systems : .vo to compile are in...letouzey
2009-12-03Rename proper to proper_prf to avoid clash with CoRN, msozeau
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-27Added support for definition of fixpoints using tactics.herbelin
2009-11-15Document Generalizable Variables, and change syntax to msozeau
2009-11-08Use generalizable variables info when internalizing arbitrary bindings,msozeau
2009-11-06Numbers: finish files NStrongRec and NDefOpsletouzey
2009-11-03OrderedType implementation for various numerical datatypes + min/max structuresletouzey
2009-11-02Remove various useless {struct} annotationsletouzey
2009-11-02list, length, app are migrated from List to Datatypesletouzey