aboutsummaryrefslogtreecommitdiff
path: root/tactics/tacinterp.ml
AgeCommit message (Expand)Author
2008-07-18Modification rapide du message d'erreur lorsqu'un _ ne peut êtreherbelin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
2008-07-16Quelques modifications autour du filtrage Ltac:herbelin
2008-06-21- Implantation de la suggestion 1873 sur discriminate. Au final,herbelin
2008-06-19Little fixes: print unbound variable in error message (patch by Samuelmsozeau
2008-06-19incomplete bugfix for infocorbinea
2008-06-17Better typeclass error messages, always giving the full set ofmsozeau
2008-06-16Add possibility to match on defined hypotheses, using brackets tomsozeau
2008-06-10- Officialisation de la notation "pattern c at -1" (cf wish 1798 sur coq-bugs)herbelin
2008-06-09- Correction de la version simplifiée (filtrage sur deux sigherbelin
2008-06-08- Extension de "generalize" en "generalize c as id at occs".herbelin
2008-05-11- Cleanup parsing of binders, reducing to a single production for allmsozeau
2008-05-01Clarification de l'ordre d'interprétation des variables dans ltac. Enherbelin
2008-04-25Ajout de "Theorem id1 : t1 ... with idn : tn" pour partager la preuveherbelin
2008-04-14Diverses corrections herbelin
2008-04-13Bugs, nettoyage, et améliorations diversesherbelin
2008-04-04Quelques améliorations des intro patterns:herbelin
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