wenzelm [Mon, 06 Feb 2006 20:59:50 +0100] rev 18950
cert_def: use Logic.dest_def;
moved abs_def to logic.ML;
derived_def: conditional flag;
wenzelm [Mon, 06 Feb 2006 20:59:49 +0100] rev 18949
Toplevel.local_theory;
wenzelm [Mon, 06 Feb 2006 20:59:48 +0100] rev 18948
LocalDefs.cert_def;
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:47 +0100] rev 18947
eq_prop: Envir.beta_eta_contract;
wenzelm [Mon, 06 Feb 2006 20:59:46 +0100] rev 18946
renamed xxx_multi to xxx_list;
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:42 +0100] rev 18945
moved combound, rlist_abs to logic.ML;
wenzelm [Mon, 06 Feb 2006 20:59:11 +0100] rev 18944
union_tpairs: Library.merge;
Envir.(beta_)eta_contract;
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:10 +0100] rev 18943
moved no_vars to sign.ML;
removed dest_def (cf. Sign.cert_def);
wenzelm [Mon, 06 Feb 2006 20:59:09 +0100] rev 18942
lambda: abstract over any const;
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:08 +0100] rev 18941
added add_abbrevs(_i);
moved const_of_class/class_of_const to logic.ML;
added no_vars (from theory.ML);
added cert_def;
added const_expansion;
certify: refer to Consts.certify, which includes expansion;
wenzelm [Mon, 06 Feb 2006 20:59:07 +0100] rev 18940
moved (beta_)eta_contract to envir.ML;
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:06 +0100] rev 18939
tuned;
wenzelm [Mon, 06 Feb 2006 20:59:05 +0100] rev 18938
added generic dest_def (mostly from theory.ML);
added abs_def (from Isar/local_defs.ML);
added const_of_class/class_of_const (from sign.ML);
added combound, rlist_abs (from unify.ML);
wenzelm [Mon, 06 Feb 2006 20:59:04 +0100] rev 18937
added (beta_)eta_contract (from pattern.ML);
added expand_atom;
wenzelm [Mon, 06 Feb 2006 20:59:03 +0100] rev 18936
print_theory: const abbreviations;
wenzelm [Mon, 06 Feb 2006 20:59:02 +0100] rev 18935
added abbreviations;
added certify (mostly from sign.ML);
wenzelm [Mon, 06 Feb 2006 20:59:01 +0100] rev 18934
load envir.ML and logic.ML early;
wenzelm [Mon, 06 Feb 2006 20:59:00 +0100] rev 18933
Logic.rlist_abs;
wenzelm [Mon, 06 Feb 2006 20:58:59 +0100] rev 18932
Logic.const_of_class/class_of_const;
wenzelm [Mon, 06 Feb 2006 20:58:57 +0100] rev 18931
TableFun: renamed xxx_multi to xxx_list;
wenzelm [Mon, 06 Feb 2006 20:58:56 +0100] rev 18930
replaced Symtab.merge_multi by local merge_rules;
wenzelm [Mon, 06 Feb 2006 20:58:54 +0100] rev 18929
Envir.(beta_)eta_contract;
haftmann [Mon, 06 Feb 2006 11:01:28 +0100] rev 18928
subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
haftmann [Mon, 06 Feb 2006 11:00:24 +0100] rev 18927
added strip_abs
haftmann [Mon, 06 Feb 2006 11:00:06 +0100] rev 18926
clarified semantics of merge
huffman [Sat, 04 Feb 2006 03:14:32 +0100] rev 18925
speedup: use simproc for AC rules
huffman [Sat, 04 Feb 2006 02:37:09 +0100] rev 18924
UU_reorient_simproc no longer rewrites UU = numeral
wenzelm [Fri, 03 Feb 2006 23:12:31 +0100] rev 18923
removed obsolete gen_ins/mem;
added merge -- supercedes gen_merge_lists';