wenzelm [Fri, 26 Oct 2001 23:58:21 +0200] rev 11952
* Pure: method 'atomize' presents local goal premises as object-level
statements (atomic meta-level propositions); setup controlled via
rewrite rules declarations of 'atomize' attribute; example
application: 'induct' method with proper rule statements in improper
proof *scripts*;
berghofe [Fri, 26 Oct 2001 23:17:49 +0200] rev 11951
Fixed several bugs concerning arbitrarily branching datatypes.
berghofe [Fri, 26 Oct 2001 19:06:53 +0200] rev 11950
Eliminated occurrence of rule_format.
wenzelm [Fri, 26 Oct 2001 18:16:45 +0200] rev 11949
tuned;
wenzelm [Fri, 26 Oct 2001 18:16:31 +0200] rev 11948
need at least 3 latex runs to get toc right!
wenzelm [Fri, 26 Oct 2001 16:49:10 +0200] rev 11947
tuned;
wenzelm [Fri, 26 Oct 2001 16:18:14 +0200] rev 11946
tuned;
wenzelm [Fri, 26 Oct 2001 14:22:33 +0200] rev 11945
Rrightarrow;
wenzelm [Fri, 26 Oct 2001 14:02:58 +0200] rev 11944
tuned notation;
wenzelm [Fri, 26 Oct 2001 12:24:19 +0200] rev 11943
tuned notation;
wenzelm [Thu, 25 Oct 2001 22:59:11 +0200] rev 11942
accomodate some recent changes of record package;
wenzelm [Thu, 25 Oct 2001 22:58:26 +0200] rev 11941
updated;
wenzelm [Thu, 25 Oct 2001 22:43:58 +0200] rev 11940
removed "more" sort;
refer to properly named theorems internally;
wenzelm [Thu, 25 Oct 2001 22:43:05 +0200] rev 11939
updated records;
wenzelm [Thu, 25 Oct 2001 22:42:50 +0200] rev 11938
'simplified' att: args;
wenzelm [Thu, 25 Oct 2001 22:42:12 +0200] rev 11937
* HOL/record:
- removed "more" class (simply use "term") -- INCOMPATIBILITY;
wenzelm [Thu, 25 Oct 2001 22:41:07 +0200] rev 11936
* Provers: 'simplified' attribute may refer to explicit rules instead
of full simplifier context; 'iff' attribute handles conditional rules;
* HOL/record:
- provides cases/induct rules for use with corresponding Isar methods;
- old "make" and "make_scheme" operation removed -- INCOMPATIBILITY;
- new derived operations "make" (for adding fields of current
record), "extend" to promote fixed record to record scheme, and
"truncate" for the reverse; cf. theorems "derived_defs", which are
*not* declared as simp by default;
- internal definitions directly based on a light-weight abstract
theory of product types over typedef rather than datatype;
berghofe [Thu, 25 Oct 2001 20:04:43 +0200] rev 11935
Replaced main proof by proper Isar script.
wenzelm [Thu, 25 Oct 2001 20:00:11 +0200] rev 11934
derived operations are now: make, extend, truncate (cf. derived_defs);
wenzelm [Thu, 25 Oct 2001 19:59:00 +0200] rev 11933
tuned;
wenzelm [Thu, 25 Oct 2001 19:55:41 +0200] rev 11932
check_goal: setmp proofs 0;
kleing [Thu, 25 Oct 2001 16:09:39 +0200] rev 11931
added windowlistener (can now close the frame by window controls)
wenzelm [Thu, 25 Oct 2001 02:13:02 +0200] rev 11930
* HOL/record:
- provides cases/induct rules for use with corresponding Isar methods;
- "record" operation truncates to particular fixed record (acts like
a type cast);
- make_defs no longer part of default simps;
- internal definitions directly based on a light-weight abstract
theory of product types over typedef rather than datatype;
wenzelm [Thu, 25 Oct 2001 02:12:10 +0200] rev 11929
innermost_params;