aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
Commit message (Expand)AuthorAge
* FMap: fold_rec + more permissive transpose hyp + various cleanupGravatar letouzey2008-12-22
* FSets: integration of suggestions by P. Casteran and S. LescuyerGravatar letouzey2008-12-18
* Better compatibility after commit 11693 by adding an alias OrderedTypeFacts.e...Gravatar letouzey2008-12-17
* FSet/OrderedType now includes an eq_dec, and hence become an extension of Dec...Gravatar letouzey2008-12-17
* Take advantage of natdynlink when available: almost all contribs become loada...Gravatar letouzey2008-12-16
* Move FunctionalExtensionality to Logic/ (someone please check that theGravatar msozeau2008-12-16
* Finish fix for the treatment of [inverse] in [setoid_rewrite], making aGravatar msozeau2008-12-16
* Generalized binding syntax overhaul: only two new binders: `() and `{},Gravatar msozeau2008-12-14
* Uniformity with the rest of the StdLib : _symm --> _symGravatar letouzey2008-12-12
* Structural definition of PositiveMap.foldGravatar glondu2008-12-11
* Make PositiveMap.xmapi structuralGravatar glondu2008-12-11
* Fix handling of [inverse] in setoid_rewrite, with an hopefully completeGravatar msozeau2008-12-08
* Fix priority of the Leibniz Setoid instance to 10 (thanks to M. LassonGravatar msozeau2008-12-04
* Fine-tuning rewriting from "eq_true b": using <- to rewrite true to bGravatar herbelin2008-11-23
* - Fixed minor bug #1994 in the tactic chapter of the manual [doc]Gravatar herbelin2008-11-22
* integrate suggestions by B. Baydemir (see #1930)Gravatar letouzey2008-11-17
* More factorization of inductive/record and typeclasses: move classGravatar msozeau2008-11-09
* Fix a bug in the specialization by unification tactic related to the problemsGravatar msozeau2008-11-07
* Minor fixes:Gravatar msozeau2008-11-05
* Port [rewrite] tactics to open terms. Currently no check that evarsGravatar msozeau2008-11-05
* - Fixed many "Theorem with" bugs.Gravatar herbelin2008-10-27
* Fixes and refinements regarding occurrence selection:Gravatar herbelin2008-10-26
* Fix bug #1977 by allowing the [apply] variants to take an [open_constr]Gravatar msozeau2008-10-23
* Generalized implementation of generalization.Gravatar msozeau2008-10-23
* Fix for bug #1973 provided by Brian Campbell.Gravatar msozeau2008-10-22
* Zdiv: eqm (equality modulo some N) can now be declared as Parametric RelationGravatar letouzey2008-10-20
* Suite 11472 et 11473Gravatar herbelin2008-10-19
* - Export de pattern_ident vers les ARGUMENT EXTEND and co.Gravatar herbelin2008-10-19
* Retour en arrière sur la mise en paramètre du premier argument deGravatar herbelin2008-10-19
* Expérience de simplification de Ndigits compte tenu des tactiques existantGravatar herbelin2008-10-18
* Intégration et formattage du développement de Pierre Castéran sur lesGravatar herbelin2008-10-18
* ugly comment erroneously left in the minus definitionGravatar letouzey2008-10-14
* (Try to) use the conversion oracle also in w_unify to choose which constant toGravatar msozeau2008-10-03
* Various little improvements:Gravatar msozeau2008-09-25
* Report improvements in Equations to the dependent elimination tactic:Gravatar msozeau2008-09-15
* Add user syntax for creating hint databases [Create HintDb fooGravatar msozeau2008-09-14
* Use manual implicts in Classes and rationalize class parameter names.Gravatar msozeau2008-09-14
* Finish debugging the unification machinery in [Equations]. Do the _compGravatar msozeau2008-09-13
* Remove redefinition of id in Program.Basics, just add maximal implicits.Gravatar msozeau2008-09-13
* Add a type argument to letin_tac instead of using casts and recomputingGravatar msozeau2008-09-12
* Add enough information to correctly globalize recursive calls in inductive andGravatar msozeau2008-09-11
* Fix a bug reintroduced in [setoid_reflexivity] etc...Gravatar msozeau2008-09-09
* Add the ability to declare [Hint Extern]'s with no pattern.Gravatar msozeau2008-09-07
* More debugging of [Equations], now able to discharge even the heavilyGravatar msozeau2008-09-07
* Improve typeclasses eauto using the dnet for local assumptions too, and selectGravatar msozeau2008-09-04
* Correction du bug #1937Gravatar notin2008-09-04
* Better handling of recursive Equations definitions... still not perfect.Gravatar msozeau2008-09-03
* Fix bug #1935, reworking the reflexivity, symmetry... tactics to useGravatar msozeau2008-09-03
* Correct handling of implicit arguments in [Equations] definitions,Gravatar msozeau2008-09-03
* Add support for recursive definitions to [Equations], deciding if aGravatar msozeau2008-09-02