| Commit message (Expand) | Author | Age |
* | Rename obligations_tactic to obligation_tactic and fix bugs #1893. | msozeau | 2008-06-22 |
* | - Correct handling of DependentMorphism error, using tclFAIL instead of | msozeau | 2008-06-10 |
* | - Extension de "generalize" en "generalize c as id at occs". | herbelin | 2008-06-08 |
* | Enhancements to coqdoc, better globalization of sections and modules. | msozeau | 2008-06-06 |
* | - Add -unicode flag to coqtop (sets Flags.unicode_syntax). Used to | msozeau | 2008-05-12 |
* | - Cleanup parsing of binders, reducing to a single production for all | msozeau | 2008-05-11 |
* | Postpone the search for the recursive argument index from the user given | msozeau | 2008-05-06 |
* | Backtrack commit 10887 (priorité des notations pour les signatures de | notin | 2008-05-05 |
* | It seems more natural to put those operators at same level as "->"... | glondu | 2008-05-05 |
* | Fix eauto still using delta when it shouldn't (should make CoRN compile | msozeau | 2008-04-29 |
* | Debug implementation of failing tactics in Morphism to allow earlier | msozeau | 2008-04-26 |
* | - Fix bug in eterm which was not taking filtered contexts in evars into | msozeau | 2008-04-25 |
* | - Add pretty-printers for Idpred, Cpred and transparent_state, used for | msozeau | 2008-04-24 |
* | - Correct unification for the rewrite variant of setoid_rewrite, | msozeau | 2008-04-21 |
* | - Parameterize unification by two sets of transparent_state, one for open | msozeau | 2008-04-21 |
* | Work on the "occurrences" tactic argument. It is now possible to pass | msozeau | 2008-04-20 |
* | Bug squashing day ! | msozeau | 2008-04-17 |
* | Little fixes in setoid_rewrite. | msozeau | 2008-04-17 |
* | More renamings to avoid clashes (e.g. with CoRN). | msozeau | 2008-04-15 |
* | Document CHANGES in setoid rewrite, move DefaultRelation to | msozeau | 2008-04-15 |
* | - Add "Global" modifier for instances inside sections with the usual | msozeau | 2008-04-15 |
* | Update doc and remove another overloading of equiv_*. | msozeau | 2008-04-14 |
* | Renamings to avoid clashes with definitions in Relation_Definitions, now | msozeau | 2008-04-14 |
* | Document the new setoid rewrite tactic, and fix a few things while | msozeau | 2008-04-12 |
* | Add the ability to specify what to do with free variables in instance | msozeau | 2008-04-12 |
* | Fixes in new Morphisms files. | msozeau | 2008-04-09 |
* | Fix the last compilation problem | msozeau | 2008-04-09 |
* | Fix compilation problem | msozeau | 2008-04-09 |
* | - A little cleanup in Classes/*. Separate standard morphisms on | msozeau | 2008-04-08 |
* | Minor fixes. Use expanded type in class_tactics for Morphism search, to | msozeau | 2008-04-02 |
* | Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient | herbelin | 2008-04-01 |
* | - Fix for rewriting under dependent products. | msozeau | 2008-03-31 |
* | Fix test-suite files, change conflicting notation "->rel" and the others | msozeau | 2008-03-29 |
* | Improve error handling and messages for typeclasses. | msozeau | 2008-03-28 |
* | - Second pass on implementation of let pattern. Parse "let ' par [as x]? | msozeau | 2008-03-28 |
* | Various fixes on typeclasses: | msozeau | 2008-03-27 |
* | Interpret patterns for hypotheses types in match goal in type_scope (if not a | msozeau | 2008-03-25 |
* | Fix a bug found by B. Grégoire when declaring morphisms in module | msozeau | 2008-03-23 |
* | Compatibility fixes, backtrack on definitions of reflexive, | msozeau | 2008-03-22 |
* | Do another pass on the typeclasses code. Correct globalization of class | msozeau | 2008-03-19 |
* | Implementation of rewriting under lambdas. Tested on exists only. | msozeau | 2008-03-18 |
* | Correct implementation of normalization of signatures using setoid | msozeau | 2008-03-18 |
* | Add the possibility of specifying constants to unfold for typeclass | msozeau | 2008-03-17 |
* | Removed unneeded tactics from RelationClasses. Use | msozeau | 2008-03-16 |
* | Using the "relation" constant made some unifications fail in the new | msozeau | 2008-03-16 |
* | Reorganize Program and Classes theories. Requiring Setoid no longer sets | msozeau | 2008-03-16 |
* | Minor fixes on setoid rewriting. Now uses definitions of [relation] and | msozeau | 2008-03-16 |
* | Add a missing morphism declaration that turns morphisms on R ==> R' to | msozeau | 2008-03-09 |
* | Fix bugs that were reopened due to the change of setoid | msozeau | 2008-03-08 |
* | Plug the new setoid implemtation in, leaving the original one commented | msozeau | 2008-03-06 |