aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
AgeCommit message (Expand)Author
2006-02-10induction now admits multiple induction arguments. The principle mustcoq
2006-01-28Réorganisation de la structure interne des types de déclarations (decl_kinds)herbelin
2006-01-28Ajout option 'using lemmas' à auto/trivial/eautoherbelin
2006-01-21Ajout niveau utilisateur de la tacticielle 'complete'; messages de idtac et f...herbelin
2006-01-16Ajout motif d'introduction "?" (IntroAnonymous) pour laisser Coqherbelin
2006-01-16- Tactic "assert" now accepts "as" intro patterns and "by" tactic clausesherbelin
2006-01-11Standardisation du nom de subst_raw en subst_rawconstrherbelin
2006-01-11Résidus du traducteur v7 -> v8herbelin
2006-01-11Restructuration et simplification des fonctions d'affichage, de détypageherbelin
2006-01-11Ajout paramétricité du nom de la base de hint dans auto et trivialherbelin
2005-12-26Renommage des Pp*new en Pp* (et déplacement dans parsing); renommage des G_*...herbelin
2005-12-26Petite correction nom QuantHypArgType suite suppression traducteurherbelin
2005-12-26Suppression des parseurs et printeurs v7; suppression du traducteur (mécanis...herbelin
2005-12-21Prise en compte de l'information que certaines tactiques attendent un type (u...herbelin
2005-12-02Changement des named_contextgregoire
2005-11-08Nettoyage suite à la détection par défaut des variables inutilisées par o...herbelin
2005-11-04Confusion message erreur détectée par nouveau warning X de ocaml 3.09herbelin
2005-09-09Nouvelle déclaration 'Declare Implicit Tactic' pour automatiser la résoluti...herbelin
2005-05-20New command: "Print Ltac qualid" to print user defined tactics.sacerdot
2005-05-20Déplacement et export de locate_global (ex-locate_reference) de tacinterp ve...herbelin
2005-05-17Extension de Tactic Notation pour permettre d'tendre et de faire rffrence aux...herbelin
2005-05-15Globalisation des Tactic Notationherbelin
2005-05-15Allow auto to have a parametric argument (wish #967)herbelin
2005-04-29Improved order of interpretation of atomic tactics (cf bug #952)herbelin
2005-03-07Added 'clear - id' to clear all hypotheses except the ones dependent in the s...herbelin
2005-02-18Moving subst_inductive from tacinterp to inductiveops for better for reuse in...herbelin
2005-02-18Moving subst_inductive from tacinterp to inductiveops for better for reuse in...herbelin
2005-02-04Ajout constructeur External pour appel outil externe à Coqherbelin
2005-01-03HUGE COMMITsacerdot
2005-01-02Partie reduction_of_red_expr de tacred.ml qui dépend de la vm maintenant dan...herbelin
2004-12-29ExtraRedExpr maintenant sans argument: pas très souple mais au moins convien...herbelin
2004-12-09Restauration type casted_open_constr pour tactique refine car l'unification n...herbelin
2004-12-07* added subst_evaluable_referencesacerdot
2004-12-06Généralisation de CastedOpenConstrArg en OpenConstrArg, à charge des tacti...herbelin
2004-11-16Names.substitution (and related functions) and Term.subst_mps moved tosacerdot
2004-11-16IMPORTANT COMMIT: constant is now an ADT (it used to be equal to kernel_name).sacerdot
2004-10-20COMMITED BYTECODE COMPILERbarras
2004-10-11'match term' now evaluates by default. Added 'lazy' keyword to delay the eval...herbelin
2004-09-25- Prise en compte de Fail n (n>0) dans plusieurs cas qui avaientherbelin
2004-07-16Nouvelle en-têteherbelin
2004-07-16Abstraction vis a vis de dummy_locherbelin
2004-06-29moved instantiate binding to extratacticscorbinea
2004-06-28more evar stuffcorbinea
2004-06-28Ajout de la coercion id dans context vers evaluable constant (bug #777)herbelin
2004-06-26effective evar refiningcorbinea
2004-06-02Clarify the distinction between quantified_hypothesis and declared_or_quantif...herbelin
2004-04-30Terminologie plus intuitive: evaluable -> unfoldableherbelin
2004-03-10Correction bug internalisation 'context'herbelin
2004-03-05modif des fixpoints pour que si on donne une notation au produit, les pts fix...barras
2004-03-02Ajout d'une entrée hyp de type HypArgType pour parser et interpréter les no...herbelin