aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2009-01-04Fixed bugs #2001 (search_guard was overwriting the guard index givenherbelin
2009-01-03Fixed two problems:herbelin
2009-01-02- Temptative change to notations like "as [|n H]_eqn" or "as [|n H]_eqn:H",herbelin
2009-01-01Switched to "standardized" names for the properties of eq andherbelin
2009-01-01- Fixed bug #2021 (uncaught exception with injection/discriminate whenherbelin
2008-12-31Moved parts of Sign to Term. Unified some names (e.g. decomp_n_prod ->herbelin
2008-12-30- Fixed bugs and compatibilities issues in herbelin
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-26- Extracted from the tactic "now" an experimental tactic "easy" for smallherbelin
2008-12-26- Optimized "auto decomp" which had a (presumably) exponential inherbelin
2008-12-18- Fixed cutrewrite bug #2021 introduced in commit 11662 (as a sideherbelin
2008-12-16Finish fix for the treatment of [inverse] in [setoid_rewrite], making amsozeau
2008-12-14Fix looping class resolution bug discovered by B. Aydemir and use themsozeau
2008-12-12Fixed in bug in previous 11662 (incorrect with_evars flag in descend_conjunct...herbelin
2008-12-09About "apply in":herbelin
2008-12-04Do not catch _all_ exceptions in setoid unification.msozeau
2008-11-26closed bug 1898: fold x in x; added a reordering primitive tacticbarras
2008-11-23Fine-tuning rewriting from "eq_true b": using <- to rewrite true to bherbelin
2008-11-22- Fixed minor bug #1994 in the tactic chapter of the manual [doc]herbelin
2008-11-10Fix bug reported by Mark Dickinson on Coq-Club about [setoid_rewrite] notmsozeau
2008-11-09More factorization of inductive/record and typeclasses: move classmsozeau
2008-11-09- Fixed bug 1968 (inversion failing due to a Not_found bug introduced inherbelin
2008-11-07Add the ability to give a specific tactic to solve each obligation inmsozeau
2008-11-05Port [rewrite] tactics to open terms. Currently no check that evarsmsozeau
2008-11-04Adaptation to ocaml 3.11 new semantics of String.index_from (see bug #1974)herbelin
2008-10-29Adaptation du vieil appel à "apply" sur lemme de symétrie au cas oùherbelin
2008-10-27- Fixed many "Theorem with" bugs.herbelin
2008-10-26Fixes and refinements regarding occurrence selection:herbelin
2008-10-26Backtrack sur commit 11467 (tentative d'optimisation meta_instance quiherbelin
2008-10-25More debugging of handling of open constrs with typeclasses:msozeau
2008-10-23Forgot one file which had other local modifications...msozeau
2008-10-23Fix bug #1977 by allowing the [apply] variants to take an [open_constr]msozeau
2008-10-23Generalized implementation of generalization.msozeau
2008-10-22Affichage des notations récursives:herbelin
2008-10-19- Export de pattern_ident vers les ARGUMENT EXTEND and co.herbelin
2008-10-18Fixed bug #1966, wrong handling of evars.msozeau
2008-10-18Optimisation de clenv.ml pour que meta_instance ne soit pas appeléherbelin
2008-10-11Backporting 11445 from 8.2 to trunk (negative conditions inherbelin
2008-09-25Various little improvements:msozeau
2008-09-25Partial fix for bug #1948: recompute order of dependencies betweenmsozeau
2008-09-14Add user syntax for creating hint databases [Create HintDb foomsozeau
2008-09-14Fix bug #1936: uncaught exception due to undefinable exceptions.msozeau
2008-09-14Fix bug #1939: defined evars were not substituted in some typeclassesmsozeau
2008-09-13Remove redefinition of id in Program.Basics, just add maximal implicits.msozeau
2008-09-12Add a type argument to letin_tac instead of using casts and recomputingmsozeau
2008-09-11Fixes in dependent induction tactic, putting things in better order formsozeau
2008-09-09Fix a bug reintroduced in [setoid_reflexivity] etc...msozeau
2008-09-07Add the ability to declare [Hint Extern]'s with no pattern.msozeau
2008-09-07Fixes in typeclasses resolution. Avoid reducing instances types beforemsozeau