index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tactics
/
tactics.ml
Age
Commit message (
Expand
)
Author
2012-03-02
Noise for nothing
pboutill
2012-02-20
Use a heuristic to not simplify equality hypotheses remaining after dependent...
msozeau
2012-01-30
Added an pattern / occurence syntax for vm_compute.
ppedrot
2011-12-17
Added a flag to control the use of typing when instantiating applied
herbelin
2011-12-14
Some extra universe refreshing seems needed in abstract_generalize
herbelin
2011-12-12
Proof using ...
gareuselesinge
2011-11-24
Added a DEPRECATED flag in declaration of options. For now only two options a...
ppedrot
2011-11-06
Fixing tactic remember not correctly checking preservation of typing
herbelin
2011-10-22
Use full conversion for checking type of holes in destruct over a
herbelin
2011-10-11
Moved to a more standard order of arguments (i.e. env followed by evar_map)
herbelin
2011-10-05
When a pattern match, don't use the first matching term but an
herbelin
2011-09-26
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-08-22
Tactics.compute_scheme_signature: factorize the two almost-similar cases
letouzey
2011-08-10
Propagated information from the reduction tactics to the kernel so
herbelin
2011-08-10
Exported tactic intro_then
herbelin
2011-07-29
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-16
Use "subst_one" instead of "multi_rewrite" to implement intro-patterns -> and...
herbelin
2011-06-18
Generalizing flag use_evars_pattern_unification into a flag
herbelin
2011-06-10
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-04-26
Fixing commit r14061 (changes in file tactics.ml were mistakenly committed).
herbelin
2011-04-25
Fixing and completing interpretation of let's in notations for iterated binders.
herbelin
2011-04-24
Fixed a bug of destruct which was sometimes forgetting local definitions behi...
herbelin
2011-04-18
Add a flag to control betaiota reduction during unification to maintain backw...
msozeau
2011-04-13
- Remove create_evar_defs
msozeau
2011-04-08
Applying Tom Prince's patch for build_constant_by_tactic not able to
herbelin
2011-03-13
- Add modulo_delta_types flag for unification to allow full
msozeau
2011-03-04
- Allow to set a particular transparent_state for the local hint
msozeau
2011-01-31
A fine-grain control of inlining at functor application via priority levels
letouzey
2010-12-23
Rename rawterm.ml into glob_term.ml
glondu
2010-11-07
Delayed the evar normalization in error messages to the last minute
herbelin
2010-09-28
Remove "init" label from Termops.it_mk* specialized functions
glondu
2010-09-24
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-20
Added eta-expansion in kernel, type inference and tactic unification,
herbelin
2010-09-19
Fixing bug #2360 (descend_in_conjunctions built ill-typed terms). Shouldn't we
herbelin
2010-09-02
* removed declare_constant and declare_internal_constant
vsiles
2010-07-24
Updated all headers for 8.3 and trunk
herbelin
2010-06-30
Fix generalize_eqs tactic to not consider defined variables as being generali...
msozeau
2010-06-29
Made tclABSTRACT normalize evars before saying it does not support
herbelin
2010-06-13
Made intros_until and onInductionArg a bit stricter and robust
herbelin
[prev]
[next]