index
:
coq
master
the Coq proof assistant
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Commit message (
Expand
)
Author
Age
*
Some extra universe refreshing seems needed in abstract_generalize
herbelin
2011-12-14
*
Proof using ...
gareuselesinge
2011-12-12
*
Added a DEPRECATED flag in declaration of options. For now only two options a...
ppedrot
2011-11-24
*
Fixing tactic remember not correctly checking preservation of typing
herbelin
2011-11-06
*
Use full conversion for checking type of holes in destruct over a
herbelin
2011-10-22
*
Moved to a more standard order of arguments (i.e. env followed by evar_map)
herbelin
2011-10-11
*
When a pattern match, don't use the first matching term but an
herbelin
2011-10-05
*
Added support for referring to subterms of the goal by pattern.
herbelin
2011-09-26
*
Generalizing subst_term_occ so that it supports an arbitrary matching
herbelin
2011-09-26
*
Adding subst_term up to conv
herbelin
2011-09-26
*
Tactics.compute_scheme_signature: factorize the two almost-similar cases
letouzey
2011-08-22
*
Propagated information from the reduction tactics to the kernel so
herbelin
2011-08-10
*
Exported tactic intro_then
herbelin
2011-08-10
*
Tactics: replace generic = on constr by destructors
puech
2011-07-29
*
Tactics: generic equality on constr replaced by eq_constr
puech
2011-07-29
*
Tactics: generic equality on constr replaced by eq_constr
puech
2011-07-29
*
Tactics: generic equality on constr replaced by eq_constr
puech
2011-07-29
*
Tactics: generic equality on named_declaration replaced by eq_named_declaration
puech
2011-07-29
*
Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...
herbelin
2011-07-16
*
Generalizing flag use_evars_pattern_unification into a flag
herbelin
2011-06-18
*
Moved allow_K to a unification flag
herbelin
2011-06-10
*
Fixing another bug with "_" intro pattern.
herbelin
2011-06-10
*
Fixing the "buggy" first_name and prepare multi-induction.
herbelin
2011-06-10
*
Made use of "_" in repeated use of intros_patterns work (with
herbelin
2011-06-10
*
Integrating onLastHypId into intro so that we can get the introduction
herbelin
2011-06-10
*
Fixing commit r14061 (changes in file tactics.ml were mistakenly committed).
herbelin
2011-04-26
*
Fixing and completing interpretation of let's in notations for iterated binders.
herbelin
2011-04-25
*
Fixed a bug of destruct which was sometimes forgetting local definitions behi...
herbelin
2011-04-24
*
Add a flag to control betaiota reduction during unification to maintain backw...
msozeau
2011-04-18
*
- Remove create_evar_defs
msozeau
2011-04-13
*
Applying Tom Prince's patch for build_constant_by_tactic not able to
herbelin
2011-04-08
*
- Add modulo_delta_types flag for unification to allow full
msozeau
2011-03-13
*
- Allow to set a particular transparent_state for the local hint
msozeau
2011-03-04
*
A fine-grain control of inlining at functor application via priority levels
letouzey
2011-01-31
*
Rename rawterm.ml into glob_term.ml
glondu
2010-12-23
*
Delayed the evar normalization in error messages to the last minute
herbelin
2010-11-07
*
Remove "init" label from Termops.it_mk* specialized functions
glondu
2010-09-28
*
Solving bug #2212 (unification under tuples now not allowed for
herbelin
2010-09-24
*
Some dead code removal, thanks to Oug analyzer
letouzey
2010-09-24
*
Added eta-expansion in kernel, type inference and tactic unification,
herbelin
2010-09-20
*
Fixing bug #2360 (descend_in_conjunctions built ill-typed terms). Shouldn't we
herbelin
2010-09-19
*
* removed declare_constant and declare_internal_constant
vsiles
2010-09-02
*
Updated all headers for 8.3 and trunk
herbelin
2010-07-24
*
Fix generalize_eqs tactic to not consider defined variables as being generali...
msozeau
2010-06-30
*
Made tclABSTRACT normalize evars before saying it does not support
herbelin
2010-06-29
*
Made intros_until and onInductionArg a bit stricter and robust
herbelin
2010-06-13
*
Relaxed the freshness constraint in "intro H" (with "H" explicit):
herbelin
2010-06-09
*
Add (almost) compatibility with camlp4, without breaking support for camlp5
letouzey
2010-05-19
*
Remove the svn-specific $Id$ annotations
letouzey
2010-04-29
*
Here comes the commit, announced long ago, of the new tactic engine.
aspiwack
2010-04-22
[next]