wenzelm [Thu, 09 Nov 2000 21:38:30 +0100] rev 10424
updated;
wenzelm [Thu, 09 Nov 2000 21:38:00 +0100] rev 10423
fixed \title: convert "_" to "-";
wenzelm [Wed, 08 Nov 2000 23:04:54 +0100] rev 10422
tuned isabelle environment;
nipkow [Wed, 08 Nov 2000 17:46:24 +0100] rev 10421
subgoals
nipkow [Wed, 08 Nov 2000 14:38:04 +0100] rev 10420
*** empty log message ***
paulson [Tue, 07 Nov 2000 18:38:24 +0100] rev 10419
better discussion of rule induction
berghofe [Tue, 07 Nov 2000 17:55:04 +0100] rev 10418
Thm.dest_abs now takes an additional argument.
berghofe [Tue, 07 Nov 2000 17:53:12 +0100] rev 10417
Moved rewriting functions from Thm to MetaSimplifier.
berghofe [Tue, 07 Nov 2000 17:52:12 +0100] rev 10416
- Moved rewriting functions to meta_simplifier.ML
- dest_abs now also takes an optional variable name as an argument
- beta_conversion takes additional flag as an argument. Fully reduces
the term if set to true
Some tuning:
- tuned fix_shyps in instantiate, implies_intr, implies_elim, reflexive,
transitive, beta_conversion, abstract_rule
- combination: chktypes derives types of f and t from type of == instead
of using fastype_of
New primitives:
- eta_conversion
- incr_indexes: increment indexes in theorems
- cterm_incr_indexes: increment indexes in cterms
- cterm_match, cterm_first_order_match
- rename_boundvars
berghofe [Tue, 07 Nov 2000 17:50:21 +0100] rev 10415
moved rewriting functions from Drule to MetaSimplifier