aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* improve the amount of information given by the Ltac tactic debuggerGravatar bertot2006-08-28
* Bug in replace tactics introduced in r9073 (overlap between replace .. with a...Gravatar jforest2006-08-23
* Forgot a file in previous commit Gravatar jforest2006-08-22
* + Changing "in <hyp>" to "in <clause>" (no at, no InValue and noGravatar jforest2006-08-22
* corrects an error in the substitution of module paths inside tactics:Gravatar bertot2006-08-17
* Reparation bug Show intros: les hypothèses introduites précédemmentGravatar courtieu2006-07-28
* Correction du bug #1116 Gravatar jforest2006-07-20
* amelioration du comportement de induction (retour a la version V8.0)Gravatar jforest2006-07-18
* Correcting for bug #1167 Gravatar jforest2006-07-05
* Backtrack sur l'introduction de contraintes sur l'absence des 'ident' dans l'...Gravatar herbelin2006-06-27
* Suite utilisation hyp au lieu ident: donne la localisationnGravatar herbelin2006-06-23
* Correction ident -> hyp pour dinterpréter des identificateurs devant êt...Gravatar herbelin2006-06-23
* Préservation compatibilité interprétation quantified hypothesis (provisoir...Gravatar herbelin2006-06-23
* Nettoyage, uniformisationGravatar herbelin2006-06-22
* Harmonisation de l'interprétation des intropatternGravatar herbelin2006-06-21
* bug serieux efficacite de ltacGravatar barras2006-06-19
* Updating documentation of replace and correcting a typo in error message of r...Gravatar jforest2006-06-12
* Changement du type d'argument 'TacticArgType X' en un typeGravatar herbelin2006-06-08
* reparation pour le bug #1072 (soufflee par J. Forest): Gravatar letouzey2006-06-06
* 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
* Nouvelle implantation du polymorphisme de sorte pour les familles inductivesGravatar herbelin2006-05-23
* "subst." works now even when it exists an hypothesis have the form "x=x" in t...Gravatar jforest2006-05-20
* encore un correctif sur le rewrite H in setoid: Gravatar letouzey2006-05-05
* 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
* Correction bug du correctif bug assert asGravatar herbelin2006-05-02
* Bug assert asGravatar herbelin2006-05-02
* Standardisation du nom des méthodes de EvdGravatar herbelin2006-04-28
* Suppression des fichiers .cvsignore, rendus obsolètes par le systèmes des '...Gravatar notin2006-04-28
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Diverses corrections de l'afficheur et du traducteur pour s'assurer deGravatar herbelin2006-04-26
* induction on multiple arguments made better:Gravatar courtieu2006-04-12
* adding a new tactic [intro_avoiding idl] which acts as intro but prevents theGravatar jforest2006-04-11
* Enlevement de message d'erreur garbage.Gravatar courtieu2006-04-06
* resolution du bug/souhait #1101 : rewrite setoid dans les hypotheses Gravatar letouzey2006-04-05
* ajout d'un rattrapage d'erreur pour "induction using".Gravatar courtieu2006-04-05
* Correction bug 1119 (inversion marche a moitie dans Type)Gravatar herbelin2006-04-02
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22
* - Réintroduction d'un parseur de pattern (q_constr.ml4) à usage deGravatar herbelin2006-03-22
* + destruct now works as induction on multiple arguments : Gravatar jforest2006-03-21
* -Debugging multiple induction, a bug appeared when having functionGravatar courtieu2006-03-12
* Correction bug 984 via introduction TacCall(loc,r,[]) pour signifier une réf...Gravatar herbelin2006-03-05
* Correction bug #1097 (dû à une typo...)Gravatar herbelin2006-03-02
* trying to fix a bug in pazrameter order in the multiple inductionGravatar coq2006-02-23
* cleaningGravatar coq2006-02-17
* bug correction in the decomposition of an induction scheme.Gravatar coq2006-02-17
* changed the decomposition of an induction schemeGravatar coq2006-02-17
* added isProd to term.mli.Gravatar coq2006-02-16
* continuing the generalization of "induction". Now induction schemesGravatar coq2006-02-15