wenzelm [Fri, 19 Jan 2001 23:28:50 +0100] rev 10942
updated;
wenzelm [Fri, 19 Jan 2001 19:26:02 +0100] rev 10941
more bugs;
wenzelm [Fri, 19 Jan 2001 13:35:11 +0100] rev 10940
forget RPM;
wenzelm [Fri, 19 Jan 2001 11:53:21 +0100] rev 10939
convert legacy tactic scripts to Isabelle/Isar tactic emulation;
wenzelm [Thu, 18 Jan 2001 21:41:36 +0100] rev 10938
made SML/XL happy;
wenzelm [Thu, 18 Jan 2001 20:40:47 +0100] rev 10937
tuned;
wenzelm [Thu, 18 Jan 2001 20:40:33 +0100] rev 10936
show(_i): check goal;
wenzelm [Thu, 18 Jan 2001 20:39:53 +0100] rev 10935
show/thus: check_goal;
wenzelm [Thu, 18 Jan 2001 20:38:58 +0100] rev 10934
show/thus: Toplevel.proof';
wenzelm [Thu, 18 Jan 2001 20:38:32 +0100] rev 10933
infix \\\\;
wenzelm [Thu, 18 Jan 2001 20:37:38 +0100] rev 10932
added exists_stamp;
added PureN, CPureN;
wenzelm [Thu, 18 Jan 2001 20:36:57 +0100] rev 10931
use Sign.PureN, Sign.CPureN;
wenzelm [Thu, 18 Jan 2001 20:36:31 +0100] rev 10930
Sign.exists_stamp;
wenzelm [Thu, 18 Jan 2001 20:36:08 +0100] rev 10929
tuned \<And> and \<Or>;
wenzelm [Thu, 18 Jan 2001 20:35:39 +0100] rev 10928
generate index.html for pdf docs;
oheimb [Thu, 18 Jan 2001 20:23:51 +0100] rev 10927
splitted Loop rule
paulson [Thu, 18 Jan 2001 18:39:43 +0100] rev 10926
removed redundant proof
oheimb [Thu, 18 Jan 2001 17:38:56 +0100] rev 10925
is_class and class now as defs (rather than translations); corrected Digest.thy
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);
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.;