aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/equality.ml
Commit message (Expand)AuthorAge
* About "apply in":Gravatar herbelin2008-12-09
* 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
* Port [rewrite] tactics to open terms. Currently no check that evarsGravatar msozeau2008-11-05
* Backtrack sur commit 11467 (tentative d'optimisation meta_instance quiGravatar herbelin2008-10-26
* Optimisation de clenv.ml pour que meta_instance ne soit pas appeléGravatar herbelin2008-10-18
* Add a type argument to letin_tac instead of using casts and recomputingGravatar msozeau2008-09-12
* Évolutions diverses et variées.Gravatar herbelin2008-08-04
* Fix wrong environment bug in test for setoid_rewrite or rewrite.Gravatar msozeau2008-07-28
* Even better test for choosing rewrite or setoid_rewrite.Gravatar msozeau2008-07-26
* A better test for relations being setoids or not: do leibniz rewrite iffGravatar msozeau2008-07-25
* Uniformisation du format des messages d'erreur (commencent par uneGravatar herbelin2008-07-17
* Rename obligations_tactic to obligation_tactic and fix bugs #1893.Gravatar msozeau2008-06-22
* Correction petit bug sur révision 11159 (res_pf fait un effet de bordGravatar herbelin2008-06-21
* - Implantation de la suggestion 1873 sur discriminate. Au final,Gravatar herbelin2008-06-21
* - Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)Gravatar herbelin2008-06-10
* - Extension de "generalize" en "generalize c as id at occs".Gravatar herbelin2008-06-08
* Bug squashing day !Gravatar msozeau2008-04-17
* Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.Gravatar msozeau2008-04-12
* Quelques améliorations des intro patterns:Gravatar herbelin2008-04-04
* Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partGravatar msozeau2008-03-07
* Plug the new setoid implemtation in, leaving the original one commentedGravatar msozeau2008-03-06
* Rework on rich forms of rewriteGravatar letouzey2008-03-01
* Added the automatic generation of the boolean equality if possible and theGravatar vsiles2007-10-05
* Ajout de eelim, ecase, edestruct et einduction (expérimental).Gravatar herbelin2007-10-03
* Uniformisation politique de nommage evd/isevars (evd si evar_defs,Gravatar herbelin2007-09-06
* Adding a syntax for "n-ary" rewrite: Gravatar letouzey2007-07-06
* Correction d'un bug dans l'affichage du message d'erreur real_cleanGravatar herbelin2007-05-29
* Nouvelle stratégie d'unification des types des with-bindings dansGravatar herbelin2007-05-22
* correction de bug dans Function et augmentation de la classe des fonctions su...Gravatar jforest2007-05-17
* Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.Gravatar herbelin2007-04-28
* Proposition de correction pour le bug #1173 (ou du moins pour unGravatar herbelin2007-04-13
* Changement mineur du comportement de 'rewrite .. in * |-': si leGravatar notin2007-03-30
* Suppression argument pattern_source du case_info (code jamais utilisé)Gravatar herbelin2007-03-15
* Correction bug #1439 (comportement de replace by)Gravatar notin2007-03-13
* Correction typo liée au commit 8779 (levait une anomalie)Gravatar herbelin2007-02-21
* remplacement d'un test d'egalite par un test de convertibilite dans injection...Gravatar jforest2006-12-22
* revision de la semantique de rewrite ... in <clause>. details dans la docGravatar letouzey2006-10-05
* Changement de comportement du [rewrite ... in H]: Coq échoue si HGravatar notin2006-10-03
* Retour sur la suppression du pf_nf (trop d'exemples utilisent avecGravatar herbelin2006-10-03
* Une passe sur l'injection et la discrimination...Gravatar herbelin2006-10-01
* Suppression de la comparaison (inutile) des paramètres globaux desGravatar herbelin2006-09-30
* + Changing "in <hyp>" to "in <clause>" (no at, no InValue and noGravatar jforest2006-08-22
* Correcting for bug #1167 Gravatar jforest2006-07-05
* Updating documentation of replace and correcting a typo in error message of r...Gravatar jforest2006-06-12
* Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...Gravatar herbelin2006-05-30
* - Déplacement des types paramétriques prod, sum, option, identity,Gravatar herbelin2006-05-28
* "subst." works now even when it exists an hypothesis have the form "x=x" in t...Gravatar jforest2006-05-20
* Extension syntaxique de rewrite in: au lieu de pouvoir faire Gravatar letouzey2006-05-02
* Changement de comportement de rewrite: face a une egalité setoid, onGravatar letouzey2006-05-02