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);
wenzelm [Tue, 16 Jan 2001 00:35:50 +0100] rev 10914
use_text etc.: proper output of error messages;
wenzelm [Tue, 16 Jan 2001 00:35:18 +0100] rev 10913
export fold_ast etc.;
wenzelm [Tue, 16 Jan 2001 00:34:31 +0100] rev 10912
removed Session.finish ();
wenzelm [Tue, 16 Jan 2001 00:33:40 +0100] rev 10911
proper induction rule for arbitrarily branching datatype;
wenzelm [Tue, 16 Jan 2001 00:32:38 +0100] rev 10910
export inductive_forall_name, inductive_forall_def, rulify;
wenzelm [Tue, 16 Jan 2001 00:30:06 +0100] rev 10909
improved string syntax (allow translation rules);
wenzelm [Tue, 16 Jan 2001 00:29:43 +0100] rev 10908
renamed Abs_Node_inject to Abs_Node_inj;
wenzelm [Tue, 16 Jan 2001 00:29:12 +0100] rev 10907
added atomize_strip_tac;
wenzelm [Tue, 16 Jan 2001 00:28:50 +0100] rev 10906
tuned atomize;