Sun, 28 Oct 2001 22:58:39 +0100 fixed string_of_mixfix;
wenzelm [Sun, 28 Oct 2001 22:58:39 +0100] rev 11978
fixed string_of_mixfix;
Sun, 28 Oct 2001 21:14:56 +0100 tuned declaration of rules;
wenzelm [Sun, 28 Oct 2001 21:14:56 +0100] rev 11977
tuned declaration of rules;
Sun, 28 Oct 2001 21:10:47 +0100 equal_intr_rule already declared in Pure;
wenzelm [Sun, 28 Oct 2001 21:10:47 +0100] rev 11976
equal_intr_rule already declared in Pure;
Sun, 28 Oct 2001 19:44:58 +0100 rules for meta-level conjunction;
wenzelm [Sun, 28 Oct 2001 19:44:58 +0100] rev 11975
rules for meta-level conjunction;
Sun, 28 Oct 2001 19:44:26 +0100 tuned prove;
wenzelm [Sun, 28 Oct 2001 19:44:26 +0100] rev 11974
tuned prove;
Sat, 27 Oct 2001 23:21:19 +0200 tuned;
wenzelm [Sat, 27 Oct 2001 23:21:19 +0200] rev 11973
tuned;
Sat, 27 Oct 2001 23:19:55 +0200 added prove;
wenzelm [Sat, 27 Oct 2001 23:19:55 +0200] rev 11972
added prove;
Sat, 27 Oct 2001 23:19:37 +0200 declare equal_intr_rule as intro;
wenzelm [Sat, 27 Oct 2001 23:19:37 +0200] rev 11971
declare equal_intr_rule as intro;
Sat, 27 Oct 2001 23:19:04 +0200 tuned prove;
wenzelm [Sat, 27 Oct 2001 23:19:04 +0200] rev 11970
tuned prove; added prove_standard;
Sat, 27 Oct 2001 23:18:40 +0200 removed obsolete goal_subclass, goal_arity;
wenzelm [Sat, 27 Oct 2001 23:18:40 +0200] rev 11969
removed obsolete goal_subclass, goal_arity;
Sat, 27 Oct 2001 23:17:46 +0200 use Tactic.prove;
wenzelm [Sat, 27 Oct 2001 23:17:46 +0200] rev 11968
use Tactic.prove;
Sat, 27 Oct 2001 23:17:28 +0200 use Tactic.prove;
wenzelm [Sat, 27 Oct 2001 23:17:28 +0200] rev 11967
use Tactic.prove; improved proof of equality rule;
Sat, 27 Oct 2001 23:16:15 +0200 tuned;
wenzelm [Sat, 27 Oct 2001 23:16:15 +0200] rev 11966
tuned;
Sat, 27 Oct 2001 23:15:52 +0200 * Pure/axclass: removed obsolete ML interface goal_subclass/goal_arity;
wenzelm [Sat, 27 Oct 2001 23:15:52 +0200] rev 11965
* Pure/axclass: removed obsolete ML interface goal_subclass/goal_arity;
Sat, 27 Oct 2001 23:13:42 +0200 updated;
wenzelm [Sat, 27 Oct 2001 23:13:42 +0200] rev 11964
updated;
Sat, 27 Oct 2001 00:09:59 +0200 impose hyps on initial goal configuration (prevents res_inst_tac problems);
wenzelm [Sat, 27 Oct 2001 00:09:59 +0200] rev 11963
impose hyps on initial goal configuration (prevents res_inst_tac problems);
Sat, 27 Oct 2001 00:07:48 +0200 added "atomize" method;
wenzelm [Sat, 27 Oct 2001 00:07:48 +0200] rev 11962
added "atomize" method;
Sat, 27 Oct 2001 00:07:19 +0200 prove: primitive goal interface for internal use;
wenzelm [Sat, 27 Oct 2001 00:07:19 +0200] rev 11961
prove: primitive goal interface for internal use;
Sat, 27 Oct 2001 00:06:46 +0200 added impose_hyps;
wenzelm [Sat, 27 Oct 2001 00:06:46 +0200] rev 11960
added impose_hyps;
Sat, 27 Oct 2001 00:06:22 +0200 exclude field_simps from user-level "simps";
wenzelm [Sat, 27 Oct 2001 00:06:22 +0200] rev 11959
exclude field_simps from user-level "simps";
Sat, 27 Oct 2001 00:05:50 +0200 Isar: fixed rep_datatype args;
wenzelm [Sat, 27 Oct 2001 00:05:50 +0200] rev 11958
Isar: fixed rep_datatype args;
Sat, 27 Oct 2001 00:05:14 +0200 hardwire qualified const names;
wenzelm [Sat, 27 Oct 2001 00:05:14 +0200] rev 11957
hardwire qualified const names;
Sat, 27 Oct 2001 00:00:55 +0200 removed "more" class;
wenzelm [Sat, 27 Oct 2001 00:00:55 +0200] rev 11956
removed "more" class;
Sat, 27 Oct 2001 00:00:38 +0200 moved product cases/induct to theory Datatype;
wenzelm [Sat, 27 Oct 2001 00:00:38 +0200] rev 11955
moved product cases/induct to theory Datatype;
Sat, 27 Oct 2001 00:00:05 +0200 made new-style theory;
wenzelm [Sat, 27 Oct 2001 00:00:05 +0200] rev 11954
made new-style theory; tuned;
Fri, 26 Oct 2001 23:59:13 +0200 atomize_conj;
wenzelm [Fri, 26 Oct 2001 23:59:13 +0200] rev 11953
atomize_conj;
Fri, 26 Oct 2001 23:58:21 +0200 * Pure: method 'atomize' presents local goal premises as object-level
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*;
Fri, 26 Oct 2001 23:17:49 +0200 Fixed several bugs concerning arbitrarily branching datatypes.
berghofe [Fri, 26 Oct 2001 23:17:49 +0200] rev 11951
Fixed several bugs concerning arbitrarily branching datatypes.
Fri, 26 Oct 2001 19:06:53 +0200 Eliminated occurrence of rule_format.
berghofe [Fri, 26 Oct 2001 19:06:53 +0200] rev 11950
Eliminated occurrence of rule_format.
Fri, 26 Oct 2001 18:16:45 +0200 tuned;
wenzelm [Fri, 26 Oct 2001 18:16:45 +0200] rev 11949
tuned;
Fri, 26 Oct 2001 18:16:31 +0200 need at least 3 latex runs to get toc right!
wenzelm [Fri, 26 Oct 2001 18:16:31 +0200] rev 11948
need at least 3 latex runs to get toc right!
Fri, 26 Oct 2001 16:49:10 +0200 tuned;
wenzelm [Fri, 26 Oct 2001 16:49:10 +0200] rev 11947
tuned;
Fri, 26 Oct 2001 16:18:14 +0200 tuned;
wenzelm [Fri, 26 Oct 2001 16:18:14 +0200] rev 11946
tuned;
Fri, 26 Oct 2001 14:22:33 +0200 Rrightarrow;
wenzelm [Fri, 26 Oct 2001 14:22:33 +0200] rev 11945
Rrightarrow;
Fri, 26 Oct 2001 14:02:58 +0200 tuned notation;
wenzelm [Fri, 26 Oct 2001 14:02:58 +0200] rev 11944
tuned notation;
Fri, 26 Oct 2001 12:24:19 +0200 tuned notation;
wenzelm [Fri, 26 Oct 2001 12:24:19 +0200] rev 11943
tuned notation;
Thu, 25 Oct 2001 22:59:11 +0200 accomodate some recent changes of record package;
wenzelm [Thu, 25 Oct 2001 22:59:11 +0200] rev 11942
accomodate some recent changes of record package;
Thu, 25 Oct 2001 22:58:26 +0200 updated;
wenzelm [Thu, 25 Oct 2001 22:58:26 +0200] rev 11941
updated;
Thu, 25 Oct 2001 22:43:58 +0200 removed "more" sort;
wenzelm [Thu, 25 Oct 2001 22:43:58 +0200] rev 11940
removed "more" sort; refer to properly named theorems internally;
Thu, 25 Oct 2001 22:43:05 +0200 updated records;
wenzelm [Thu, 25 Oct 2001 22:43:05 +0200] rev 11939
updated records;
Thu, 25 Oct 2001 22:42:50 +0200 'simplified' att: args;
wenzelm [Thu, 25 Oct 2001 22:42:50 +0200] rev 11938
'simplified' att: args;
Thu, 25 Oct 2001 22:42:12 +0200 * HOL/record:
wenzelm [Thu, 25 Oct 2001 22:42:12 +0200] rev 11937
* HOL/record: - removed "more" class (simply use "term") -- INCOMPATIBILITY;
Thu, 25 Oct 2001 22:41:07 +0200 * Provers: 'simplified' attribute may refer to explicit rules instead
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;
Thu, 25 Oct 2001 20:04:43 +0200 Replaced main proof by proper Isar script.
berghofe [Thu, 25 Oct 2001 20:04:43 +0200] rev 11935
Replaced main proof by proper Isar script.
Thu, 25 Oct 2001 20:00:11 +0200 derived operations are now: make, extend, truncate (cf. derived_defs);
wenzelm [Thu, 25 Oct 2001 20:00:11 +0200] rev 11934
derived operations are now: make, extend, truncate (cf. derived_defs);
Thu, 25 Oct 2001 19:59:00 +0200 tuned;
wenzelm [Thu, 25 Oct 2001 19:59:00 +0200] rev 11933
tuned;
Thu, 25 Oct 2001 19:55:41 +0200 check_goal: setmp proofs 0;
wenzelm [Thu, 25 Oct 2001 19:55:41 +0200] rev 11932
check_goal: setmp proofs 0;
Thu, 25 Oct 2001 16:09:39 +0200 added windowlistener (can now close the frame by window controls)
kleing [Thu, 25 Oct 2001 16:09:39 +0200] rev 11931
added windowlistener (can now close the frame by window controls)
Thu, 25 Oct 2001 02:13:02 +0200 * HOL/record:
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;
Thu, 25 Oct 2001 02:12:10 +0200 innermost_params;
wenzelm [Thu, 25 Oct 2001 02:12:10 +0200] rev 11929
innermost_params;
Thu, 25 Oct 2001 02:11:49 +0200 (simp add: point.make_def);
wenzelm [Thu, 25 Oct 2001 02:11:49 +0200] rev 11928
(simp add: point.make_def);
Thu, 25 Oct 2001 02:11:28 +0200 provodes induct/cases for use with corresponding Isar methods;
wenzelm [Thu, 25 Oct 2001 02:11:28 +0200] rev 11927
provodes induct/cases for use with corresponding Isar methods; "record" operation (acts as type cast); internal field_inducts, field_cases; make_defs no longer declared as simps; fixed printing of fixed records;
Wed, 24 Oct 2001 19:20:02 +0200 further 1.73 changes: added fix_direct, simplified assume interface;
wenzelm [Wed, 24 Oct 2001 19:20:02 +0200] rev 11926
further 1.73 changes: added fix_direct, simplified assume interface;
Wed, 24 Oct 2001 19:18:23 +0200 added read_prop_schematic;
wenzelm [Wed, 24 Oct 2001 19:18:23 +0200] rev 11925
added read_prop_schematic;
Wed, 24 Oct 2001 19:18:10 +0200 simplified ProofContext.assume interface;
wenzelm [Wed, 24 Oct 2001 19:18:10 +0200] rev 11924
simplified ProofContext.assume interface;
Wed, 24 Oct 2001 17:38:29 +0200 moved lambda to Pure/term.ML;
wenzelm [Wed, 24 Oct 2001 17:38:29 +0200] rev 11923
moved lambda to Pure/term.ML;
Wed, 24 Oct 2001 17:38:19 +0200 added lambda;
wenzelm [Wed, 24 Oct 2001 17:38:19 +0200] rev 11922
added lambda;
Wed, 24 Oct 2001 17:37:58 +0200 * clasimp: ``iff'' declarations now handle conditional rules as well;
wenzelm [Wed, 24 Oct 2001 17:37:58 +0200] rev 11921
* clasimp: ``iff'' declarations now handle conditional rules as well;
Wed, 24 Oct 2001 17:31:58 +0200 added string_of_mixfix;
wenzelm [Wed, 24 Oct 2001 17:31:58 +0200] rev 11920
added string_of_mixfix;
Wed, 24 Oct 2001 17:31:20 +0200 print_depth 8 from the very beginning;
wenzelm [Wed, 24 Oct 2001 17:31:20 +0200] rev 11919
print_depth 8 from the very beginning;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip