aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tactics.ml
Commit message (Expand)AuthorAge
* Added a flag to control the use of typing when instantiating appliedGravatar herbelin2011-12-17
* Some extra universe refreshing seems needed in abstract_generalizeGravatar herbelin2011-12-14
* Proof using ...Gravatar gareuselesinge2011-12-12
* Added a DEPRECATED flag in declaration of options. For now only two options a...Gravatar ppedrot2011-11-24
* Fixing tactic remember not correctly checking preservation of typingGravatar herbelin2011-11-06
* Use full conversion for checking type of holes in destruct over aGravatar herbelin2011-10-22
* Moved to a more standard order of arguments (i.e. env followed by evar_map)Gravatar herbelin2011-10-11
* When a pattern match, don't use the first matching term but anGravatar herbelin2011-10-05
* Added support for referring to subterms of the goal by pattern.Gravatar herbelin2011-09-26
* Generalizing subst_term_occ so that it supports an arbitrary matchingGravatar herbelin2011-09-26
* Adding subst_term up to convGravatar herbelin2011-09-26
* Tactics.compute_scheme_signature: factorize the two almost-similar casesGravatar letouzey2011-08-22
* Propagated information from the reduction tactics to the kernel soGravatar herbelin2011-08-10
* Exported tactic intro_thenGravatar herbelin2011-08-10
* Tactics: replace generic = on constr by destructorsGravatar puech2011-07-29
* Tactics: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Tactics: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Tactics: generic equality on constr replaced by eq_constrGravatar puech2011-07-29
* Tactics: generic equality on named_declaration replaced by eq_named_declarationGravatar puech2011-07-29
* Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...Gravatar herbelin2011-07-16
* Generalizing flag use_evars_pattern_unification into a flagGravatar herbelin2011-06-18
* Moved allow_K to a unification flagGravatar herbelin2011-06-10
* Fixing another bug with "_" intro pattern.Gravatar herbelin2011-06-10
* Fixing the "buggy" first_name and prepare multi-induction.Gravatar herbelin2011-06-10
* Made use of "_" in repeated use of intros_patterns work (withGravatar herbelin2011-06-10
* Integrating onLastHypId into intro so that we can get the introductionGravatar herbelin2011-06-10
* Fixing commit r14061 (changes in file tactics.ml were mistakenly committed).Gravatar herbelin2011-04-26
* Fixing and completing interpretation of let's in notations for iterated binders.Gravatar herbelin2011-04-25
* Fixed a bug of destruct which was sometimes forgetting local definitions behi...Gravatar herbelin2011-04-24
* Add a flag to control betaiota reduction during unification to maintain backw...Gravatar msozeau2011-04-18
* - Remove create_evar_defsGravatar msozeau2011-04-13
* Applying Tom Prince's patch for build_constant_by_tactic not able toGravatar herbelin2011-04-08
* - Add modulo_delta_types flag for unification to allow fullGravatar msozeau2011-03-13
* - Allow to set a particular transparent_state for the local hintGravatar msozeau2011-03-04
* A fine-grain control of inlining at functor application via priority levelsGravatar letouzey2011-01-31
* Rename rawterm.ml into glob_term.mlGravatar glondu2010-12-23
* Delayed the evar normalization in error messages to the last minuteGravatar herbelin2010-11-07
* Remove "init" label from Termops.it_mk* specialized functionsGravatar glondu2010-09-28
* Solving bug #2212 (unification under tuples now not allowed forGravatar herbelin2010-09-24
* Some dead code removal, thanks to Oug analyzerGravatar letouzey2010-09-24
* Added eta-expansion in kernel, type inference and tactic unification,Gravatar herbelin2010-09-20
* Fixing bug #2360 (descend_in_conjunctions built ill-typed terms). Shouldn't weGravatar herbelin2010-09-19
* * removed declare_constant and declare_internal_constant Gravatar vsiles2010-09-02
* Updated all headers for 8.3 and trunkGravatar herbelin2010-07-24
* Fix generalize_eqs tactic to not consider defined variables as being generali...Gravatar msozeau2010-06-30
* Made tclABSTRACT normalize evars before saying it does not supportGravatar herbelin2010-06-29
* Made intros_until and onInductionArg a bit stricter and robustGravatar herbelin2010-06-13
* Relaxed the freshness constraint in "intro H" (with "H" explicit):Gravatar herbelin2010-06-09
* Add (almost) compatibility with camlp4, without breaking support for camlp5Gravatar letouzey2010-05-19
* Remove the svn-specific $Id$ annotationsGravatar letouzey2010-04-29