aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2008-04-02Minor fixes. Use expanded type in class_tactics for Morphism search, tomsozeau
2008-04-01Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaientherbelin
2008-04-01Ajout "simple apply" et "simple eapply" pour apply sans unfoldherbelin
2008-03-31- Fix for rewriting under dependent products.msozeau
2008-03-30Modifications diverses et variées :herbelin
2008-03-28Improve error handling and messages for typeclasses. msozeau
2008-03-27Various fixes on typeclasses:msozeau
2008-03-25Interpret patterns for hypotheses types in match goal in type_scope (if not amsozeau
2008-03-23Fix a bug found by B. Grégoire when declaring morphisms in modulemsozeau
2008-03-22Compatibility fixes, backtrack on definitions of reflexive,msozeau
2008-03-20Add a flag to control rewriting under lambdas. Otherwise makes somemsozeau
2008-03-19Do another pass on the typeclasses code. Correct globalization of classmsozeau
2008-03-18Implementation of rewriting under lambdas. Tested on exists only.msozeau
2008-03-18Added a function to rebuild an elim scheme from elim_scheme_info. Willcourtieu
2008-03-18Correct implementation of normalization of signatures using setoidmsozeau
2008-03-17Add the possibility of specifying constants to unfold for typeclassmsozeau
2008-03-16Using the "relation" constant made some unifications fail in the newmsozeau
2008-03-16Reorganize Program and Classes theories. Requiring Setoid no longer setsmsozeau
2008-03-16Minor fixes on setoid rewriting. Now uses definitions of [relation] andmsozeau
2008-03-15Application de refresh_universes dans typing.ml et retyping.ml : lesherbelin
2008-03-10Pas très propre de reposer sur la capture des anomalies (et celaherbelin
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-03-10Fix compilation problem and finish little cleanup.msozeau
2008-03-09Add a missing morphism declaration that turns morphisms on R ==> R' tomsozeau
2008-03-08New implementation of Add Relation as a DefaultRelation instancemsozeau
2008-03-08correction d'un bug d'efficacite dans Function (+ ajout de eauto_with_bases)jforest
2008-03-08Fix bugs that were reopened due to the change of setoidmsozeau
2008-03-07f_equal, revert, specialize in ML, contradict in better Ltac (+doc)letouzey
2008-03-07Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partmsozeau
2008-03-06typo in last commit (?)letouzey
2008-03-06Plug the new setoid implemtation in, leaving the original one commentedmsozeau
2008-03-06Syntax changes in typeclasses, remove "?" for usual implicit argumentsmsozeau
2008-03-01Rework on rich forms of rewriteletouzey
2008-02-26Proper implicit arguments handling for assumptionsmsozeau
2008-02-22Merge with lmamane's private branch:lmamane
2008-02-14Some bad emacs messup that was commited...msozeau
2008-02-14Backtrack changes on eauto, move specialized version of eauto inmsozeau
2008-02-13Move class_setoid to class_tactics.msozeau
2008-02-13Debugging of the class_setoid tactic and eauto. Prepare for move frommsozeau
2008-02-13Essai de prise en compte de delta dans unify_0 (même sur termes non clos). herbelin
2008-02-10Granting wish 1794 (the name provided in the "using" clause of theherbelin
2008-02-10Backport Program Instance into Instance. Proper early error message ifmsozeau
2008-02-09Fix the clrewrite tactic, change Relations.v to work on relations in Propmsozeau
2008-02-08Change implementation of resolution for typeclasses to use a customizedmsozeau
2008-02-08Add more information to IllFormedRecBody exceptions, to show the exactmsozeau
2008-02-07Mise en place d'une toute petite amélioration de l'unification deherbelin
2008-02-06Suite 10518herbelin
2008-02-06Correction d'un bug à l'interprétation de "change" (on exigeait queherbelin
2008-02-06New algorithm to resolve morphisms, after discussion with Nicolasmsozeau
2008-02-06Work-in-progress to make eauto accept a list of goals as input andmsozeau