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;
Tue, 23 Oct 2001 23:29:29 +0200 added export_assume, export_presume, export_def (from proof.ML);
wenzelm [Tue, 23 Oct 2001 23:29:29 +0200] rev 11918
added export_assume, export_presume, export_def (from proof.ML);
Tue, 23 Oct 2001 23:28:59 +0200 moved RANGE to tctical.ML;
wenzelm [Tue, 23 Oct 2001 23:28:59 +0200] rev 11917
moved RANGE to tctical.ML; moved export_assume, export_presume, export_def to proof_context.ML;
Tue, 23 Oct 2001 23:28:01 +0200 added RANGE (from Isar/proof.ML);
wenzelm [Tue, 23 Oct 2001 23:28:01 +0200] rev 11916
added RANGE (from Isar/proof.ML);
Tue, 23 Oct 2001 22:59:14 +0200 print fixed names as plain strings;
wenzelm [Tue, 23 Oct 2001 22:59:14 +0200] rev 11915
print fixed names as plain strings;
Tue, 23 Oct 2001 22:58:15 +0200 eliminated old numerals;
wenzelm [Tue, 23 Oct 2001 22:58:15 +0200] rev 11914
eliminated old numerals;
Tue, 23 Oct 2001 22:57:52 +0200 use generic 1 instead of Numeral1;
wenzelm [Tue, 23 Oct 2001 22:57:52 +0200] rev 11913
use generic 1 instead of Numeral1; use improved iff declaration; tuned;
Tue, 23 Oct 2001 22:56:55 +0200 eliminated Numeral0;
wenzelm [Tue, 23 Oct 2001 22:56:55 +0200] rev 11912
eliminated Numeral0;
Tue, 23 Oct 2001 22:54:01 +0200 build option enables most basic browser info (for proper recording of session);
wenzelm [Tue, 23 Oct 2001 22:54:01 +0200] rev 11911
build option enables most basic browser info (for proper recording of session);
Tue, 23 Oct 2001 22:53:08 +0200 build option;
wenzelm [Tue, 23 Oct 2001 22:53:08 +0200] rev 11910
build option;
Tue, 23 Oct 2001 22:52:45 +0200 tuned;
wenzelm [Tue, 23 Oct 2001 22:52:45 +0200] rev 11909
tuned;
Tue, 23 Oct 2001 22:52:31 +0200 eliminated old numerals;
wenzelm [Tue, 23 Oct 2001 22:52:31 +0200] rev 11908
eliminated old numerals;
Tue, 23 Oct 2001 22:51:30 +0200 pass build mode to process;
wenzelm [Tue, 23 Oct 2001 22:51:30 +0200] rev 11907
pass build mode to process;
Tue, 23 Oct 2001 19:15:00 +0200 removed export_thm;
wenzelm [Tue, 23 Oct 2001 19:15:00 +0200] rev 11906
removed export_thm;
Tue, 23 Oct 2001 19:14:47 +0200 trace_rules: only non-empty;
wenzelm [Tue, 23 Oct 2001 19:14:47 +0200] rev 11905
trace_rules: only non-empty;
Tue, 23 Oct 2001 19:14:31 +0200 removed obsolete "exported" att;
wenzelm [Tue, 23 Oct 2001 19:14:31 +0200] rev 11904
removed obsolete "exported" att;
Tue, 23 Oct 2001 19:14:13 +0200 replace_dummy_patterns: lift over bounds;
wenzelm [Tue, 23 Oct 2001 19:14:13 +0200] rev 11903
replace_dummy_patterns: lift over bounds;
Tue, 23 Oct 2001 19:13:44 +0200 iff: always rotate prems;
wenzelm [Tue, 23 Oct 2001 19:13:44 +0200] rev 11902
iff: always rotate prems;
Tue, 23 Oct 2001 19:13:17 +0200 apply(simp add: three_def numerals) (* FIXME !? *);
wenzelm [Tue, 23 Oct 2001 19:13:17 +0200] rev 11901
apply(simp add: three_def numerals) (* FIXME !? *);
Tue, 23 Oct 2001 19:12:58 +0200 unset DISPLAY (again);
wenzelm [Tue, 23 Oct 2001 19:12:58 +0200] rev 11900
unset DISPLAY (again);
Tue, 23 Oct 2001 19:12:37 +0200 * Pure: removed obsolete 'exported' attribute;
wenzelm [Tue, 23 Oct 2001 19:12:37 +0200] rev 11899
* Pure: removed obsolete 'exported' attribute; * Pure: dummy pattern "_" in is/let is now automatically ``lifted'' over bound variables: "ALL x. P x --> Q x" (is "ALL x. _ --> ?C x") supersedes more cumbersome ... (is "ALL x. _ x --> ?C x");
Mon, 22 Oct 2001 23:39:00 +0200 *** empty log message ***
wenzelm [Mon, 22 Oct 2001 23:39:00 +0200] rev 11898
*** empty log message ***
Mon, 22 Oct 2001 18:07:53 +0200 moved object_logic.ML to Isar/object_logic.ML;
wenzelm [Mon, 22 Oct 2001 18:07:53 +0200] rev 11897
moved object_logic.ML to Isar/object_logic.ML;
Mon, 22 Oct 2001 18:07:30 +0200 moved locale.ML to Isar/locale.ML;
wenzelm [Mon, 22 Oct 2001 18:07:30 +0200] rev 11896
moved locale.ML to Isar/locale.ML;
Mon, 22 Oct 2001 18:04:26 +0200 moved goal related stuff to goals.ML;
wenzelm [Mon, 22 Oct 2001 18:04:26 +0200] rev 11895
moved goal related stuff to goals.ML;
Mon, 22 Oct 2001 18:04:11 +0200 Display.current_goals_markers;
wenzelm [Mon, 22 Oct 2001 18:04:11 +0200] rev 11894
Display.current_goals_markers;
Mon, 22 Oct 2001 18:04:00 +0200 tuned;
wenzelm [Mon, 22 Oct 2001 18:04:00 +0200] rev 11893
tuned;
Mon, 22 Oct 2001 18:03:49 +0200 moved prove_goalw_cterm to goals.ML;
wenzelm [Mon, 22 Oct 2001 18:03:49 +0200] rev 11892
moved prove_goalw_cterm to goals.ML; cleaned up;
Mon, 22 Oct 2001 18:03:21 +0200 moved local defs to proof.ML (for locales);
wenzelm [Mon, 22 Oct 2001 18:03:21 +0200] rev 11891
moved local defs to proof.ML (for locales);
Mon, 22 Oct 2001 18:02:50 +0200 improved source arrangement of obtain;
wenzelm [Mon, 22 Oct 2001 18:02:50 +0200] rev 11890
improved source arrangement of obtain;
Mon, 22 Oct 2001 18:02:21 +0200 rearrange sources for locales;
wenzelm [Mon, 22 Oct 2001 18:02:21 +0200] rev 11889
rearrange sources for locales;
Mon, 22 Oct 2001 18:02:04 +0200 Display.print_current_goals_fn;
wenzelm [Mon, 22 Oct 2001 18:02:04 +0200] rev 11888
Display.print_current_goals_fn;
Mon, 22 Oct 2001 18:01:52 +0200 Display.print_goals;
wenzelm [Mon, 22 Oct 2001 18:01:52 +0200] rev 11887
Display.print_goals;
Mon, 22 Oct 2001 18:01:38 +0200 Display.pretty_thms;
wenzelm [Mon, 22 Oct 2001 18:01:38 +0200] rev 11886
Display.pretty_thms;
Mon, 22 Oct 2001 18:01:26 +0200 qualified names;
wenzelm [Mon, 22 Oct 2001 18:01:26 +0200] rev 11885
qualified names;
Mon, 22 Oct 2001 18:01:15 +0200 make this module appeat late in Pure;
wenzelm [Mon, 22 Oct 2001 18:01:15 +0200] rev 11884
make this module appeat late in Pure; moved print_current_goals to display.ML; added quick_and_dirty_prove_goalw_cterm (from Isar/skip_proof.ML); added thm database functions (from Thy/thm_database.ML);
Mon, 22 Oct 2001 17:59:39 +0200 print_goals stuff is back (from locale.ML);
wenzelm [Mon, 22 Oct 2001 17:59:39 +0200] rev 11883
print_goals stuff is back (from locale.ML);
Mon, 22 Oct 2001 17:58:56 +0200 reorganize sources to accomodate locales;
wenzelm [Mon, 22 Oct 2001 17:58:56 +0200] rev 11882
reorganize sources to accomodate locales;
Mon, 22 Oct 2001 17:58:37 +0200 corollary;
wenzelm [Mon, 22 Oct 2001 17:58:37 +0200] rev 11881
corollary;
Mon, 22 Oct 2001 17:58:26 +0200 quick_and_dirty_prove_goalw_cterm;
wenzelm [Mon, 22 Oct 2001 17:58:26 +0200] rev 11880
quick_and_dirty_prove_goalw_cterm;
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip