aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
AgeCommit message (Expand)Author
2008-04-01Ajout "simple apply" et "simple eapply" pour apply sans unfoldherbelin
2008-03-25Interpret patterns for hypotheses types in match goal in type_scope (if not amsozeau
2008-03-10Une passe sur l'unification des evars (suite aux commits 10124, 10125, 10145)herbelin
2008-03-07f_equal, revert, specialize in ML, contradict in better Ltac (+doc)letouzey
2008-03-07Fix bug #1704 (ordering of condition goals for (setoid)rewrite). As partmsozeau
2008-03-01Rework on rich forms of rewriteletouzey
2008-02-22Merge with lmamane's private branch:lmamane
2008-02-10Granting wish 1794 (the name provided in the "using" clause of theherbelin
2008-02-06Suite 10518herbelin
2008-02-06Correction d'un bug à l'interprétation de "change" (on exigeait queherbelin
2008-02-01Unification de TacLetRecIn et TacLetIn. En particulier, on peutherbelin
2008-01-18Fix bug #1778, better typeclass error messages. Move Obligations Tactic to a ...msozeau
2008-01-18Change notation for setoid inequality, coerce objects before comparing them. ...msozeau
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-12-06Plus de combinateurs sont passés de Util à Option. Le module Options aspiwack
2007-12-05Factorisation des opérations sur le type option de Util dans un module aspiwack
2007-11-08Prise en compte des notations "alias" dans la globalisation des coercions.herbelin
2007-10-27Réparation d'une inefficacité bêtement introduite dans la révisionherbelin
2007-10-12- Préservation des appels récursifs de tête dans ltac (réponse au "wish"herbelin
2007-10-03Ajout de eelim, ecase, edestruct et einduction (expérimental).herbelin
2007-09-30Suite de 10157herbelin
2007-09-28On empêche "fresh" d'engendrer un mot-clé.herbelin
2007-09-21- Fixing bug 1703 ("intros until n" falls back on the variable name whenherbelin
2007-09-06Uniformisation politique de nommage evd/isevars (evd si evar_defs,herbelin
2007-08-16Correction du bug #1680: ajout d'un champ avoid_ids dans interp_sign;notin
2007-07-18Raffinement de interp_ident pour que l'ident interprété soit au choixherbelin
2007-07-06Adding a syntax for "n-ary" rewrite: letouzey
2007-07-06extension of the rename tactic: the following is now allowed: letouzey
2007-07-06New intro pattern "@A", which generates a fresh name based on A.glondu
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
2007-05-18Interprétation des listes de VarArgType dans les notations faisantherbelin
2007-04-28Ajout de la possibilité de faire référence dans certains cas à un nomherbelin
2007-04-28Ajout de la possibilité d'utiliser les evars dans apply_in et elim_in.herbelin
2007-04-02Extension to the general sequence operator (tactical). Now in addition to ...emakarov
2007-03-19Add a parameter to QuestionMark evar kind to say it can be turned into an obl...msozeau
2007-02-15Réparation absence d'interprétation des liaisons vers listesherbelin
2007-02-13Réactivation du filtrage d'ordre 2 dans ltac qui avait cessé deherbelin
2007-02-01Suppression de code mortnotin
2006-12-11Changement dans le kernel : bgregoir
2006-10-27simplif de la partie ML de ring/fieldbarras
2006-10-24Extension de la primitive ltac fresh pour qu'elle accepte une liste deherbelin
2006-10-24Interprétation du terme comme type dans 'change' si pas de 'with' (pour bén...herbelin
2006-10-16affichage des ... dans les scriptsbarras
2006-09-26mise a jour du nouveau ring et ajout du nouveau field, avant renommagesbarras
2006-09-25 Permet a un unfold de recevoir ses occurences a travers une variable Ltac.letouzey
2006-09-23Correction bug #1229 (toplevel "unresolved evar" fled throughherbelin
2006-09-22Ajout d'une valeur VList dans tacinterp pour permettre de cabler desherbelin
2006-09-12Indentation + svnpropnotin
2006-08-28improve the amount of information given by the Ltac tactic debuggerbertot
2006-08-17corrects an error in the substitution of module paths inside tactics:bertot