aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
Commit message (Expand)AuthorAge
* 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
* induction now admits multiple induction arguments. The principle mustGravatar coq2006-02-10
* Debugging en syntaxe v8Gravatar herbelin2006-02-05
* Réorganisation de la structure interne des types de déclarations (decl_kinds)Gravatar herbelin2006-01-28
* Ajout option 'using lemmas' à auto/trivial/eautoGravatar herbelin2006-01-28
* Suppression code pour hints nommés à la V7 (voire à la V6...)Gravatar herbelin2006-01-28
* Suppression de la dépendance en Map.fold de ocaml dont la sémantique aGravatar herbelin2006-01-24
* Messages de idtac et fail peuvent maintenant être des listes de string, int ...Gravatar herbelin2006-01-21
* Ajout niveau utilisateur de la tacticielle 'complete'; messages de idtac et f...Gravatar herbelin2006-01-21
* Backtrack commit précédent (incompatible avec le choix de prendre Idtac com...Gravatar herbelin2006-01-21
* Ajout de la contrainte de résoudre l'assertion dans 'assert by'Gravatar herbelin2006-01-20
* Conséquences supplémentaires de la fin du support v7Gravatar herbelin2006-01-19
* Export eassumptionGravatar herbelin2006-01-19
* Ajout motif d'introduction "?" (IntroAnonymous) pour laisser CoqGravatar herbelin2006-01-16
* Code redondantGravatar herbelin2006-01-16
* - Tactic "assert" now accepts "as" intro patterns and "by" tactic clausesGravatar herbelin2006-01-16
* Standardisation du nom de subst_raw en subst_rawconstrGravatar herbelin2006-01-11
* Standardisation du nom de subst_raw en subst_rawconstrGravatar herbelin2006-01-11
* Résidus du traducteur v7 -> v8Gravatar herbelin2006-01-11
* Restructuration et simplification des fonctions d'affichage, de détypageGravatar herbelin2006-01-11
* Ajout paramétricité du nom de la base de hint dans auto et trivialGravatar herbelin2006-01-11
* Nettoyage coqlibGravatar herbelin2005-12-30
* Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*...Gravatar herbelin2005-12-26
* Petite correction nom QuantHypArgType suite suppression traducteurGravatar herbelin2005-12-26
* Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...Gravatar herbelin2005-12-26
* Prise en compte de l'information que certaines tactiques attendent un type (u...Gravatar herbelin2005-12-21
* Ajout printer pr_lconstr aux extensions de syntaxe pour les arguments de tact...Gravatar herbelin2005-12-21
* Changement des named_contextGravatar gregoire2005-12-02
* A la demande de Julien ForestGravatar letouzey2005-11-17
* Nettoyage suite à la détection par défaut des variables inutilisées par o...Gravatar herbelin2005-11-08
* Confusion message erreur détectée par nouveau warning X de ocaml 3.09Gravatar herbelin2005-11-04
* Types inductifs parametriquesGravatar mohring2005-11-02
* Petit bug Declare Implicit TacticGravatar herbelin2005-09-10