wenzelm [Tue, 16 May 2006 13:01:27 +0200] rev 19644
added divide_and_conquer combinator (by Amine Chaieb);
removed remains of old option type;
removed obsolete eq_opt;
removed obsolete string_of_bool (use Bool.toString instead);
tuned;
wenzelm [Tue, 16 May 2006 13:01:26 +0200] rev 19643
added low-level string_of_term (back again from term.ML) -- should avoid this altogether;
wenzelm [Tue, 16 May 2006 13:01:24 +0200] rev 19642
more abstract interface to classes/arities;
wenzelm [Tue, 16 May 2006 13:01:23 +0200] rev 19641
replaced low-level Term.str_of by Display.raw_string_of_term (should actually use Display.string_of_term);
wenzelm [Tue, 16 May 2006 13:01:22 +0200] rev 19640
added Ferrante and Rackoff Algorithm -- by Amine Chaieb;
haftmann [Tue, 16 May 2006 09:19:12 +0200] rev 19639
fixed handling of absolute urls
urbanc [Mon, 15 May 2006 19:40:17 +0200] rev 19638
added the lemmas pt_fresh_aux and pt_fresh_aux_ineq
(they are used in the proof of the strong
induction principle)
added code to nominal_atoms to collect these
lemmas in "fresh_aux" instantiated for each
atom type
deleted the fresh_fun_eqvt from nominal_atoms,
since fresh_fun is not used anymore in the recursion
combinator
wenzelm [Sat, 13 May 2006 21:13:25 +0200] rev 19637
reactivated translations for less/less_eq;
wenzelm [Sat, 13 May 2006 02:51:49 +0200] rev 19636
added add_primrec_unchecked_i;
wenzelm [Sat, 13 May 2006 02:51:48 +0200] rev 19635
unchecked definitions;