aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacinterp.ml
Commit message (Expand)AuthorAge
* Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.Gravatar herbelin2007-04-28
* Extension to the general sequence operator (tactical). Now in addition to ...Gravatar emakarov2007-04-02
* Add a parameter to QuestionMark evar kind to say it can be turned into an obl...Gravatar msozeau2007-03-19
* Réparation absence d'interprétation des liaisons vers listesGravatar herbelin2007-02-15
* Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deGravatar herbelin2007-02-13
* Suppression de code mortGravatar notin2007-02-01
* Changement dans le kernel : Gravatar bgregoir2006-12-11
* simplif de la partie ML de ring/fieldGravatar barras2006-10-27
* Extension de la primitive ltac fresh pour qu'elle accepte une liste deGravatar herbelin2006-10-24
* Interprétation du terme comme type dans 'change' si pas de 'with' (pour bén...Gravatar herbelin2006-10-24
* affichage des ... dans les scriptsGravatar barras2006-10-16
* mise a jour du nouveau ring et ajout du nouveau field, avant renommagesGravatar barras2006-09-26
* Permet a un unfold de recevoir ses occurences a travers une variable Ltac.Gravatar letouzey2006-09-25
* Correction bug #1229 (toplevel "unresolved evar" fled throughGravatar herbelin2006-09-23
* Ajout d'une valeur VList dans tacinterp pour permettre de cabler desGravatar herbelin2006-09-22
* Indentation + svnpropGravatar notin2006-09-12
* improve the amount of information given by the Ltac tactic debuggerGravatar bertot2006-08-28
* corrects an error in the substitution of module paths inside tactics:Gravatar bertot2006-08-17
* Backtrack sur l'introduction de contraintes sur l'absence des 'ident' dans l'...Gravatar herbelin2006-06-27
* 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
* Changement du type d'argument 'TacticArgType X' en un typeGravatar herbelin2006-06-08
* Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...Gravatar herbelin2006-05-30
* Extension syntaxique de rewrite in: au lieu de pouvoir faire Gravatar letouzey2006-05-02
* Standardisation du nom des méthodes de EvdGravatar herbelin2006-04-28
* Standardisation nom option_app en option_mapGravatar herbelin2006-04-27
* Made pretyping a functor over a coercion implementation. Pretyping.Default us...Gravatar msozeau2006-03-22
* + destruct now works as induction on multiple arguments : Gravatar jforest2006-03-21
* Correction bug 984 via introduction TacCall(loc,r,[]) pour signifier une réf...Gravatar herbelin2006-03-05
* induction now admits multiple induction arguments. The principle mustGravatar coq2006-02-10
* 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
* Ajout niveau utilisateur de la tacticielle 'complete'; messages de idtac et f...Gravatar herbelin2006-01-21
* Ajout motif d'introduction "?" (IntroAnonymous) pour laisser CoqGravatar 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
* 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
* 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
* Changement des named_contextGravatar gregoire2005-12-02
* 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
* Nouvelle déclaration 'Declare Implicit Tactic' pour automatiser la résoluti...Gravatar herbelin2005-09-09
* New command: "Print Ltac qualid" to print user defined tactics.Gravatar sacerdot2005-05-20