wenzelm [Tue, 16 Jan 2001 21:54:43 +0100] rev 10924
use_output: proper handling of non-ASCII symbols;
wenzelm [Tue, 16 Jan 2001 21:53:57 +0100] rev 10923
export plain_output;
kleing [Tue, 16 Jan 2001 19:22:13 +0100] rev 10922
Store.thy is obsolete (newref isn't used any more)
kleing [Tue, 16 Jan 2001 19:21:21 +0100] rev 10921
removed obsolete MicroJava/JVM/Store.thy
kleing [Tue, 16 Jan 2001 15:56:34 +0100] rev 10920
newref -> new_Addr
paulson [Tue, 16 Jan 2001 12:20:52 +0100] rev 10919
renamings: real_of_nat, real_of_int -> (overloaded) real
inf_close -> approx
SReal -> Reals
SNat -> Nats
wenzelm [Tue, 16 Jan 2001 00:40:57 +0100] rev 10918
renamed Product_Type.split to split_conv;
wenzelm [Tue, 16 Jan 2001 00:38:59 +0100] rev 10917
use Syntax.read_xnum;
wenzelm [Tue, 16 Jan 2001 00:38:25 +0100] rev 10916
tuned examples;
wenzelm [Tue, 16 Jan 2001 00:37:41 +0100] rev 10915
* HOL/datatype: induction rule for arbitrarily branching datatypes is
now expressed as a proper nested rule (old-style tactic scripts may
require atomize_strip_tac to cope with non-atomic premises);
* HOL: renamed theory "Prod" to "Product_Type", renamed "split" rule
to "split_conv" (old name still available for compatibility);
* HOL: improved concrete syntax for strings (e.g. allows translation
rules with string literals);