aboutsummaryrefslogtreecommitdiff
path: root/tactics/tactics.ml
AgeCommit message (Expand)Author
2011-06-10Moved allow_K to a unification flagherbelin
2011-06-10Fixing another bug with "_" intro pattern.herbelin
2011-06-10Fixing the "buggy" first_name and prepare multi-induction.herbelin
2011-06-10Made use of "_" in repeated use of intros_patterns work (withherbelin
2011-06-10Integrating onLastHypId into intro so that we can get the introductionherbelin
2011-04-26Fixing commit r14061 (changes in file tactics.ml were mistakenly committed).herbelin
2011-04-25Fixing and completing interpretation of let's in notations for iterated binders.herbelin
2011-04-24Fixed a bug of destruct which was sometimes forgetting local definitions behi...herbelin
2011-04-18Add a flag to control betaiota reduction during unification to maintain backw...msozeau
2011-04-13- Remove create_evar_defsmsozeau
2011-04-08Applying Tom Prince's patch for build_constant_by_tactic not able toherbelin
2011-03-13- Add modulo_delta_types flag for unification to allow fullmsozeau
2011-03-04- Allow to set a particular transparent_state for the local hintmsozeau
2011-01-31A fine-grain control of inlining at functor application via priority levelsletouzey
2010-12-23Rename rawterm.ml into glob_term.mlglondu
2010-11-07Delayed the evar normalization in error messages to the last minuteherbelin
2010-09-28Remove "init" label from Termops.it_mk* specialized functionsglondu
2010-09-24Solving bug #2212 (unification under tuples now not allowed forherbelin
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2010-09-20Added eta-expansion in kernel, type inference and tactic unification,herbelin
2010-09-19Fixing bug #2360 (descend_in_conjunctions built ill-typed terms). Shouldn't weherbelin
2010-09-02* removed declare_constant and declare_internal_constant vsiles
2010-07-24Updated all headers for 8.3 and trunkherbelin
2010-06-30Fix generalize_eqs tactic to not consider defined variables as being generali...msozeau
2010-06-29Made tclABSTRACT normalize evars before saying it does not supportherbelin
2010-06-13Made intros_until and onInductionArg a bit stricter and robustherbelin
2010-06-09Relaxed the freshness constraint in "intro H" (with "H" explicit):herbelin
2010-05-19Add (almost) compatibility with camlp4, without breaking support for camlp5letouzey
2010-04-29Remove the svn-specific $Id$ annotationsletouzey
2010-04-22Here comes the commit, announced long ago, of the new tactic engine.aspiwack
2010-04-20Fixed bug #2999 (destruct was not refreshing universes of what it generalized *)herbelin
2010-04-14Removing redundant internal variants of apply tactic and simplification of ML...herbelin
2010-01-30Update CHANGES, add documentation for new commands/tactics and do a bitmsozeau
2010-01-12New version of 12650 that was broken (supporting again records whenherbelin
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-24In "simpl c" and "change c with d", c can be a pattern.herbelin
2009-12-21Generic support for open terms in tacticsherbelin
2009-12-13Made the side-conditions of lemmas always come last when chaining "apply in"herbelin
2009-12-01Fix bug in typeclass resolution. Better handling of universes inmsozeau
2009-11-24Minor fixes in typeclasses, avoiding repeated evar normalizations.msozeau
2009-11-11Promote evar_defs to evar_map (in Evd)glondu
2009-11-09A bit of cleaning around name generation + creation of dedicated file namegen.mlherbelin
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-10-28Integrate a few improvements on typeclasses and Program from the equations br...msozeau
2009-10-25Restore (and test) broken chaining of lemmas in "apply in" in presenceherbelin