aboutsummaryrefslogtreecommitdiff
path: root/tactics
AgeCommit message (Expand)Author
2010-01-12revert commit 12650 for the moment, since it breaks MSetAVLletouzey
2010-01-12Temporary fix to compensate the loss of descent on dependentherbelin
2009-12-30Fixing bug #2146 (broken selection of occurrences in "change").herbelin
2009-12-29Improving descend_in_conjunctions (using a combinators instead of a tactic)herbelin
2009-12-28Safer, though ad hoc, approach to re-interpretation of the argument ofherbelin
2009-12-27Fix "Existing Instance" to handle globality information and "Existingmsozeau
2009-12-24In "simpl c" and "change c with d", c can be a pattern.herbelin
2009-12-24Opened the possibility to type Ltac patterns but it is not fully functional yetherbelin
2009-12-23Moved a bit further the code for pattern interpretation in match goalherbelin
2009-12-21Generic support for open terms in tacticsherbelin
2009-12-19Backtrack on making exact hints for lemmas starting with productsmsozeau
2009-12-16adding an option functional_induction_rewrite_dependent to make functional in...jforest
2009-12-14Improved strategy for rewriting lemma possibly depending because of evars.herbelin
2009-12-13Made the side-conditions of lemmas always come last when chaining "apply in"herbelin
2009-12-13Completion of r12580 (better rendering of dependent rewrite and inversion).herbelin
2009-12-13Revision 12557 continued (better rendering of dependent rewrite)herbelin
2009-12-12Updated compatibility for rewriting equality proofs that are dependentherbelin
2009-12-12Improved the rendering of "dependent rewrite" and hence of "inversion"herbelin
2009-12-06Turn evars created by a tactic application into a subgoal immediately inmsozeau
2009-12-06Fix anomaly when using typeclass resolution with filtered hyps in evars.msozeau
2009-12-03Restored rewriting of JMeq using JMeq_rect and co when the domains are the sameherbelin
2009-12-01Fix make_exact_entry to allow applying [forall x, P x] hints directly,msozeau
2009-12-01Fix bug in typeclass resolution. Better handling of universes inmsozeau
2009-11-30Fix backtracking heuristic in typeclass resolution. msozeau
2009-11-27Substitute terms for evars-as-goals as soon as they are solved inmsozeau
2009-11-24Minor fixes in typeclasses, avoiding repeated evar normalizations.msozeau
2009-11-21Lazier behaviour of [auto] when introducing hypothesis: query the hint db's o...puech
2009-11-12Addendum to revision 12501.herbelin
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-11-11Backtracking on the use of automatically generated schemes forherbelin
2009-11-10Compatibility ocaml <= 3.09herbelin
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
2009-11-09Quick fix for restoring a left-to-right rewriting lemma compatibleherbelin
2009-11-08Restructuration of command.ml + generic infrastructure for inductive schemesherbelin
2009-11-06- Fix discharge bug in typeclasses: some constrs were not actuallymsozeau
2009-11-06Misc fixes.msozeau
2009-11-04Fixed record syntax "{|x=...; y=...|}" so that it works with qualified names.gmelquio
2009-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-28Clarification in commentsglondu
2009-10-28Remove old compatibility stuff (Tacred.nf)glondu
2009-10-28Make usage of Dyn explicitglondu
2009-10-28Backport fix for indexing of sorts which collapse every Type occurrencemsozeau
2009-10-27Fixes around typeclasses:msozeau
2009-10-27fix previous commitcorbinea
2009-10-27fixed czar bug with parametric inductivescorbinea
2009-10-26New cleaning phase of the Local/Global option managementherbelin
2009-10-25Restore (and test) broken chaining of lemmas in "apply in" in presenceherbelin
2009-10-25Add support for remaining side-conditions in "apply in as".herbelin
2009-10-25Improved the treatment of Local/Global options (noneffective Local onherbelin
2009-10-24Fixing XML doc (COQ_XML not working as an environment variable).herbelin