aboutsummaryrefslogtreecommitdiff
path: root/theories/Classes
AgeCommit message (Expand)Author
2008-12-14Generalized binding syntax overhaul: only two new binders: `() and `{},msozeau
2008-12-08Fix handling of [inverse] in setoid_rewrite, with an hopefully completemsozeau
2008-12-04Fix priority of the Leibniz Setoid instance to 10 (thanks to M. Lassonmsozeau
2008-11-09More factorization of inductive/record and typeclasses: move classmsozeau
2008-11-05Minor fixes:msozeau
2008-10-23Fix bug #1977 by allowing the [apply] variants to take an [open_constr]msozeau
2008-10-23Generalized implementation of generalization.msozeau
2008-09-14Add user syntax for creating hint databases [Create HintDb foomsozeau
2008-09-14Use manual implicts in Classes and rationalize class parameter names.msozeau
2008-09-13Remove redefinition of id in Program.Basics, just add maximal implicits.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
2008-09-03Fix bug #1935, reworking the reflexivity, symmetry... tactics to usemsozeau
2008-08-27Major speed and space improvements in setoid rewrite:msozeau
2008-08-23Fix dependency problem that makes compilation fail :)msozeau
2008-08-22- New auto hints for transparency/opacity control, not bound to msozeau
2008-08-21Fixes in dependent induction tactic to keep names, allow givingmsozeau
2008-07-26Even better test for choosing rewrite or setoid_rewrite.msozeau
2008-07-25More compatibility fixes, revert the tauto fix that preventedmsozeau
2008-07-22New tactics [conv] to test convertibility (actually, unification) of twomsozeau
2008-07-07- Improve [Context] vernacular to allow arbitrary binders, not justmsozeau
2008-07-04Fixes in handling of implicit arguments:msozeau
2008-07-01Various bug fixes in type classes and subtac:msozeau
2008-06-27Enhanced discrimination nets implementation, which can now work withmsozeau
2008-06-22Rename obligations_tactic to obligation_tactic and fix bugs #1893.msozeau
2008-06-10- Correct handling of DependentMorphism error, using tclFAIL instead ofmsozeau
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-06-06Enhancements to coqdoc, better globalization of sections and modules.msozeau
2008-05-12- Add -unicode flag to coqtop (sets Flags.unicode_syntax). Used tomsozeau
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-06Postpone the search for the recursive argument index from the user givenmsozeau
2008-05-05Backtrack commit 10887 (priorité des notations pour les signatures denotin
2008-05-05It seems more natural to put those operators at same level as "->"...glondu
2008-04-29Fix eauto still using delta when it shouldn't (should make CoRN compilemsozeau
2008-04-26Debug implementation of failing tactics in Morphism to allow earliermsozeau
2008-04-25- Fix bug in eterm which was not taking filtered contexts in evars intomsozeau
2008-04-24- Add pretty-printers for Idpred, Cpred and transparent_state, used formsozeau
2008-04-21- Correct unification for the rewrite variant of setoid_rewrite,msozeau
2008-04-21- Parameterize unification by two sets of transparent_state, one for openmsozeau
2008-04-20Work on the "occurrences" tactic argument. It is now possible to passmsozeau
2008-04-17Bug squashing day !msozeau
2008-04-17Little fixes in setoid_rewrite.msozeau
2008-04-15More renamings to avoid clashes (e.g. with CoRN).msozeau
2008-04-15Document CHANGES in setoid rewrite, move DefaultRelation tomsozeau
2008-04-15- Add "Global" modifier for instances inside sections with the usualmsozeau
2008-04-14Update doc and remove another overloading of equiv_*.msozeau
2008-04-14Renamings to avoid clashes with definitions in Relation_Definitions, nowmsozeau
2008-04-12Document the new setoid rewrite tactic, and fix a few things whilemsozeau
2008-04-12Add the ability to specify what to do with free variables in instancemsozeau