wenzelm [Tue, 26 Feb 2002 21:44:06 +0100] rev 12954
updated;
wenzelm [Tue, 26 Feb 2002 18:20:25 +0100] rev 12953
markup commands: proper theory/proof transactions!
wenzelm [Tue, 26 Feb 2002 18:20:01 +0100] rev 12952
tuned long_statement;
kleing [Tue, 26 Feb 2002 15:45:32 +0100] rev 12951
introduces SystemClasses and BVExample
nipkow [Tue, 26 Feb 2002 13:47:19 +0100] rev 12950
*** empty log message ***
paulson [Tue, 26 Feb 2002 13:37:48 +0100] rev 12949
Fixed the natxx_cancel_numerals simprocs so that they pull out Sucs and
return False for e.g. Suc x = 0. Removed ad-hoc lemmas for that purpose.
nipkow [Tue, 26 Feb 2002 12:51:40 +0100] rev 12948
*** empty log message ***
nipkow [Tue, 26 Feb 2002 12:43:18 +0100] rev 12947
*** empty log message ***
wenzelm [Tue, 26 Feb 2002 00:24:37 +0100] rev 12946
Isar_examples/W_correct moved to W0;
wenzelm [Tue, 26 Feb 2002 00:21:31 +0100] rev 12945
tuned;
wenzelm [Tue, 26 Feb 2002 00:19:04 +0100] rev 12944
converted;
wenzelm [Mon, 25 Feb 2002 20:51:48 +0100] rev 12943
added check_text;
wenzelm [Mon, 25 Feb 2002 20:51:27 +0100] rev 12942
export locale_target, locale_keyword;
wenzelm [Mon, 25 Feb 2002 20:51:00 +0100] rev 12941
markup commands moved to isar_cmd.ML;
wenzelm [Mon, 25 Feb 2002 20:50:42 +0100] rev 12940
updated markup commands;
clarified syntax of ``long'' statements: fixes/assumes/shows;
wenzelm [Mon, 25 Feb 2002 20:50:10 +0100] rev 12939
export eval_antiquote;
wenzelm [Mon, 25 Feb 2002 20:49:05 +0100] rev 12938
markup commands (from isar_thy.ML) with proper check of antiquotations;
wenzelm [Mon, 25 Feb 2002 20:48:14 +0100] rev 12937
clarified syntax of ``long'' statements: fixes/assumes/shows;
wenzelm [Mon, 25 Feb 2002 20:46:09 +0100] rev 12936
clarify module dependencies;
wenzelm [Mon, 25 Feb 2002 20:33:40 +0100] rev 12935
updated;
oheimb [Mon, 25 Feb 2002 18:02:22 +0100] rev 12934
Clarification wrt. use of polymorphic variants of Hoare logic rules
berghofe [Mon, 25 Feb 2002 11:27:07 +0100] rev 12933
Introduced variants of operators + * ~ constrained to type int
(to make SML/NJ happy).
nipkow [Mon, 25 Feb 2002 10:45:22 +0100] rev 12932
updated debugging output
nipkow [Mon, 25 Feb 2002 10:42:34 +0100] rev 12931
solved the problem that Larry's simproce cancle_numerals(?) returns
inconsistent inequality w/o rewriting it to False.
wenzelm [Sun, 24 Feb 2002 21:47:33 +0100] rev 12930
added using_thmss(_i);
wenzelm [Sun, 24 Feb 2002 21:47:01 +0100] rev 12929
added using_facts;
wenzelm [Sun, 24 Feb 2002 21:45:57 +0100] rev 12928
replaced 'using' keyword by 'to';
wenzelm [Sun, 24 Feb 2002 21:45:11 +0100] rev 12927
tuned;
wenzelm [Sun, 24 Feb 2002 21:44:43 +0100] rev 12926
'using' command;
schirmer [Fri, 22 Feb 2002 11:26:44 +0100] rev 12925
Added check for field/method access to operational semantics and proved the acesses valid.