aboutsummaryrefslogtreecommitdiff
path: root/parsing/pptactic.ml
AgeCommit message (Expand)Author
2009-03-16Cleaning/improving the use of the "in" clause (e.g. "unfold foo in H at 4"herbelin
2009-01-07Fixing a cosmetic tactic printer bug in passingherbelin
2008-12-29- Added support for subterm matching in SearchAbout.herbelin
2008-12-28- Another bug in get_sort_family_of (sort-polymorphism of constants andherbelin
2008-12-09About "apply in":herbelin
2008-10-26Fixes and refinements regarding occurrence selection:herbelin
2008-10-19- Export de pattern_ident vers les ARGUMENT EXTEND and co.herbelin
2008-10-11Backporting 11445 from 8.2 to trunk (negative conditions inherbelin
2008-09-02- Remove some dead code in subtacmsozeau
2008-08-05Correction de bugs:herbelin
2008-08-04Évolutions diverses et variées.herbelin
2008-07-17Uniformisation du format des messages d'erreur (commencent par uneherbelin
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-08- Extension de "generalize" en "generalize c as id at occs".herbelin
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-01Typo affichage "simple apply"herbelin
2008-04-01Ajout "simple apply" et "simple eapply" pour apply sans unfoldherbelin
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-01Unification de TacLetRecIn et TacLetIn. En particulier, on peutherbelin
2007-12-31Merged revisions 10358-10362,10365,10371-10373,10377,10383-10384,10394-10395,...msozeau
2007-10-03Ajout de eelim, ecase, edestruct et einduction (expérimental).herbelin
2007-09-30Ajout infos de débogage de "universe inconsistency" quand option Setherbelin
2007-07-06Adding a syntax for "n-ary" rewrite: letouzey
2007-07-06extension of the rename tactic: the following is now allowed: letouzey
2007-05-20- Propagation des evars non résolues vers les with_bindings; permet par exempleherbelin
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
2006-12-11Changement dans le kernel : bgregoir
2006-11-20Suppression du type 'tac dans les abstract_argument_type: devenu inutile herbelin
2006-10-30fixed field_simplify + changed precedence of let and fun in ltacbarras
2006-10-24Extension de la primitive ltac fresh pour qu'elle accepte une liste deherbelin
2006-09-23Déplacement surround dans util.ml et parenthésage des déclarationsherbelin
2006-06-08Changement du type d'argument 'TacticArgType X' en un typeherbelin
2006-06-08Factorisation utilisation environnement dans make_pr_tacherbelin
2006-06-07Correction trou de subject-reduction de create_arg dans genarg.mliherbelin
2006-05-30Généralisation de with_occurrence (ex occurrence) et de red_expr pour perme...herbelin
2006-05-19Ajout de pr_sort, extern_sort, detype_sort et renommage pr_sort en pr_rawsortherbelin
2006-05-02Extension syntaxique de rewrite in: au lieu de pouvoir faire letouzey
2006-04-26Diverses corrections de l'afficheur et du traducteur pour s'assurer deherbelin
2006-04-24Export de pr_lconstr_pattern, pr_lconstr_pattern_env et pr_lpattern_expr;herbelin
2006-03-21+ destruct now works as induction on multiple arguments : jforest
2006-02-10induction now admits multiple induction arguments. The principle mustcoq
2006-01-28Ajout option 'using lemmas' à auto/trivial/eautoherbelin