kleing [Mon, 01 Aug 2005 03:27:31 +0200] rev 16964
Ordering is now: first by number of assumptions, second by the substitution size.
Treat elim/dest rules like erule/drule would:
* "elim" is now a subset of "dest" and matches on conclusion of goal and
major premise against any premise of goal. Computed substitution size
takes both into account.
* "dest" no longer has a restriction that limits its conclusion to a var.
(contributed by Raf)
nipkow [Sat, 30 Jul 2005 16:50:55 +0200] rev 16963
addedd ID line
avigad [Fri, 29 Jul 2005 19:47:41 +0200] rev 16962
mentioned Ln in NEWS
avigad [Fri, 29 Jul 2005 19:47:34 +0200] rev 16961
fixed minor typo in comments
avigad [Fri, 29 Jul 2005 19:47:27 +0200] rev 16960
changed import to Ln
avigad [Fri, 29 Jul 2005 19:47:19 +0200] rev 16959
added a new theory; properties of ln
wenzelm [Fri, 29 Jul 2005 16:16:44 +0200] rev 16958
P.opt_locale_target;
paulson [Fri, 29 Jul 2005 15:20:29 +0200] rev 16957
nameless theorems: better names, flag to omit them
paulson [Thu, 28 Jul 2005 17:56:27 +0200] rev 16956
invents theorem names; also patches write_out_clasimp
paulson [Thu, 28 Jul 2005 17:55:39 +0200] rev 16955
dead code
paulson [Thu, 28 Jul 2005 17:54:39 +0200] rev 16954
new function trim_ends
paulson [Thu, 28 Jul 2005 17:54:22 +0200] rev 16953
uniform treatment of variable prefixes
haftmann [Thu, 28 Jul 2005 16:59:30 +0200] rev 16952
corrected some typos
paulson [Thu, 28 Jul 2005 16:54:19 +0200] rev 16951
new droplet
quigley [Thu, 28 Jul 2005 16:26:59 +0200] rev 16950
Added flag ResClasimp.use_simpset to allow exclusion of simpset rules from ATP problem files
wenzelm [Thu, 28 Jul 2005 15:20:06 +0200] rev 16949
tuned gen_all, forall_elim_list, implies_intr_list, standard;
impose_hyps: use Thm.weaken;
zero_var_indexes: use Term.zero_var_indexes_inst;
Sign.typ_unify;
wenzelm [Thu, 28 Jul 2005 15:20:05 +0200] rev 16948
Sign.typ_unify;
tuned;
wenzelm [Thu, 28 Jul 2005 15:20:04 +0200] rev 16947
Sign.typ_unify;
Tactic.prove;
wenzelm [Thu, 28 Jul 2005 15:20:03 +0200] rev 16946
typ_match, unify: canonical argument order;
added raw_match, raw_instance;
proper implementation of raw_unify;
wenzelm [Thu, 28 Jul 2005 15:20:02 +0200] rev 16945
added weaken, adjust_maxidx_thm;
wenzelm [Thu, 28 Jul 2005 15:20:01 +0200] rev 16944
check_overloading replaces datatype overloading;
tuned;
wenzelm [Thu, 28 Jul 2005 15:20:00 +0200] rev 16943
added add_tfreesT, add_tfrees;
added bound;
added zero_var_indexesT, zero_var_indexes, zero_var_indexes_subst;
removed add_term_constsT;
tuned;
wenzelm [Thu, 28 Jul 2005 15:19:59 +0200] rev 16942
norm_hhf_rule: Thm.adjust_maxidx_thm before Drule.gen_all;
removed prove_standard, prove_multi_standard;
wenzelm [Thu, 28 Jul 2005 15:19:58 +0200] rev 16941
added add_const_constraint(_i), const_constraint;
added typ_match, typ_unify;
wenzelm [Thu, 28 Jul 2005 15:19:57 +0200] rev 16940
adapted Type.typ_match;
tuned;
wenzelm [Thu, 28 Jul 2005 15:19:56 +0200] rev 16939
Sign.typ_unify;
Term.bound;
tuned rewrite_term;
wenzelm [Thu, 28 Jul 2005 15:19:55 +0200] rev 16938
Term.bound;
wenzelm [Thu, 28 Jul 2005 15:19:54 +0200] rev 16937
print_theory: const constraints;
wenzelm [Thu, 28 Jul 2005 15:19:53 +0200] rev 16936
Type.raw_instance, Type.raw_unify, Term.zero_var_indexesT;
wenzelm [Thu, 28 Jul 2005 15:19:51 +0200] rev 16935
Sign.typ_match;
wenzelm [Thu, 28 Jul 2005 15:19:49 +0200] rev 16934
Sign.typ_unify;
wenzelm [Thu, 28 Jul 2005 15:19:48 +0200] rev 16933
fixed var index in tactic;