Sat, 27 Oct 2001 23:15:52 +0200 |
wenzelm |
* Pure/axclass: removed obsolete ML interface goal_subclass/goal_arity;
|
changeset |
files
|
Sat, 27 Oct 2001 23:13:42 +0200 |
wenzelm |
updated;
|
changeset |
files
|
Sat, 27 Oct 2001 00:09:59 +0200 |
wenzelm |
impose hyps on initial goal configuration (prevents res_inst_tac problems);
|
changeset |
files
|
Sat, 27 Oct 2001 00:07:48 +0200 |
wenzelm |
added "atomize" method;
|
changeset |
files
|
Sat, 27 Oct 2001 00:07:19 +0200 |
wenzelm |
prove: primitive goal interface for internal use;
|
changeset |
files
|
Sat, 27 Oct 2001 00:06:46 +0200 |
wenzelm |
added impose_hyps;
|
changeset |
files
|
Sat, 27 Oct 2001 00:06:22 +0200 |
wenzelm |
exclude field_simps from user-level "simps";
|
changeset |
files
|
Sat, 27 Oct 2001 00:05:50 +0200 |
wenzelm |
Isar: fixed rep_datatype args;
|
changeset |
files
|
Sat, 27 Oct 2001 00:05:14 +0200 |
wenzelm |
hardwire qualified const names;
|
changeset |
files
|
Sat, 27 Oct 2001 00:00:55 +0200 |
wenzelm |
removed "more" class;
|
changeset |
files
|
Sat, 27 Oct 2001 00:00:38 +0200 |
wenzelm |
moved product cases/induct to theory Datatype;
|
changeset |
files
|
Sat, 27 Oct 2001 00:00:05 +0200 |
wenzelm |
made new-style theory;
|
changeset |
files
|
Fri, 26 Oct 2001 23:59:13 +0200 |
wenzelm |
atomize_conj;
|
changeset |
files
|
Fri, 26 Oct 2001 23:58:21 +0200 |
wenzelm |
* Pure: method 'atomize' presents local goal premises as object-level
|
changeset |
files
|
Fri, 26 Oct 2001 23:17:49 +0200 |
berghofe |
Fixed several bugs concerning arbitrarily branching datatypes.
|
changeset |
files
|
Fri, 26 Oct 2001 19:06:53 +0200 |
berghofe |
Eliminated occurrence of rule_format.
|
changeset |
files
|
Fri, 26 Oct 2001 18:16:45 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 26 Oct 2001 18:16:31 +0200 |
wenzelm |
need at least 3 latex runs to get toc right!
|
changeset |
files
|
Fri, 26 Oct 2001 16:49:10 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 26 Oct 2001 16:18:14 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Fri, 26 Oct 2001 14:22:33 +0200 |
wenzelm |
Rrightarrow;
|
changeset |
files
|
Fri, 26 Oct 2001 14:02:58 +0200 |
wenzelm |
tuned notation;
|
changeset |
files
|
Fri, 26 Oct 2001 12:24:19 +0200 |
wenzelm |
tuned notation;
|
changeset |
files
|
Thu, 25 Oct 2001 22:59:11 +0200 |
wenzelm |
accomodate some recent changes of record package;
|
changeset |
files
|
Thu, 25 Oct 2001 22:58:26 +0200 |
wenzelm |
updated;
|
changeset |
files
|
Thu, 25 Oct 2001 22:43:58 +0200 |
wenzelm |
removed "more" sort;
|
changeset |
files
|
Thu, 25 Oct 2001 22:43:05 +0200 |
wenzelm |
updated records;
|
changeset |
files
|
Thu, 25 Oct 2001 22:42:50 +0200 |
wenzelm |
'simplified' att: args;
|
changeset |
files
|
Thu, 25 Oct 2001 22:42:12 +0200 |
wenzelm |
* HOL/record:
|
changeset |
files
|
Thu, 25 Oct 2001 22:41:07 +0200 |
wenzelm |
* Provers: 'simplified' attribute may refer to explicit rules instead
|
changeset |
files
|
Thu, 25 Oct 2001 20:04:43 +0200 |
berghofe |
Replaced main proof by proper Isar script.
|
changeset |
files
|
Thu, 25 Oct 2001 20:00:11 +0200 |
wenzelm |
derived operations are now: make, extend, truncate (cf. derived_defs);
|
changeset |
files
|
Thu, 25 Oct 2001 19:59:00 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Thu, 25 Oct 2001 19:55:41 +0200 |
wenzelm |
check_goal: setmp proofs 0;
|
changeset |
files
|
Thu, 25 Oct 2001 16:09:39 +0200 |
kleing |
added windowlistener (can now close the frame by window controls)
|
changeset |
files
|
Thu, 25 Oct 2001 02:13:02 +0200 |
wenzelm |
* HOL/record:
|
changeset |
files
|
Thu, 25 Oct 2001 02:12:10 +0200 |
wenzelm |
innermost_params;
|
changeset |
files
|
Thu, 25 Oct 2001 02:11:49 +0200 |
wenzelm |
(simp add: point.make_def);
|
changeset |
files
|
Thu, 25 Oct 2001 02:11:28 +0200 |
wenzelm |
provodes induct/cases for use with corresponding Isar methods;
|
changeset |
files
|
Wed, 24 Oct 2001 19:20:02 +0200 |
wenzelm |
further 1.73 changes: added fix_direct, simplified assume interface;
|
changeset |
files
|
Wed, 24 Oct 2001 19:18:23 +0200 |
wenzelm |
added read_prop_schematic;
|
changeset |
files
|
Wed, 24 Oct 2001 19:18:10 +0200 |
wenzelm |
simplified ProofContext.assume interface;
|
changeset |
files
|
Wed, 24 Oct 2001 17:38:29 +0200 |
wenzelm |
moved lambda to Pure/term.ML;
|
changeset |
files
|
Wed, 24 Oct 2001 17:38:19 +0200 |
wenzelm |
added lambda;
|
changeset |
files
|
Wed, 24 Oct 2001 17:37:58 +0200 |
wenzelm |
* clasimp: ``iff'' declarations now handle conditional rules as well;
|
changeset |
files
|
Wed, 24 Oct 2001 17:31:58 +0200 |
wenzelm |
added string_of_mixfix;
|
changeset |
files
|
Wed, 24 Oct 2001 17:31:20 +0200 |
wenzelm |
print_depth 8 from the very beginning;
|
changeset |
files
|
Tue, 23 Oct 2001 23:29:29 +0200 |
wenzelm |
added export_assume, export_presume, export_def (from proof.ML);
|
changeset |
files
|
Tue, 23 Oct 2001 23:28:59 +0200 |
wenzelm |
moved RANGE to tctical.ML;
|
changeset |
files
|
Tue, 23 Oct 2001 23:28:01 +0200 |
wenzelm |
added RANGE (from Isar/proof.ML);
|
changeset |
files
|
Tue, 23 Oct 2001 22:59:14 +0200 |
wenzelm |
print fixed names as plain strings;
|
changeset |
files
|
Tue, 23 Oct 2001 22:58:15 +0200 |
wenzelm |
eliminated old numerals;
|
changeset |
files
|
Tue, 23 Oct 2001 22:57:52 +0200 |
wenzelm |
use generic 1 instead of Numeral1;
|
changeset |
files
|
Tue, 23 Oct 2001 22:56:55 +0200 |
wenzelm |
eliminated Numeral0;
|
changeset |
files
|
Tue, 23 Oct 2001 22:54:01 +0200 |
wenzelm |
build option enables most basic browser info (for proper recording of session);
|
changeset |
files
|
Tue, 23 Oct 2001 22:53:08 +0200 |
wenzelm |
build option;
|
changeset |
files
|
Tue, 23 Oct 2001 22:52:45 +0200 |
wenzelm |
tuned;
|
changeset |
files
|
Tue, 23 Oct 2001 22:52:31 +0200 |
wenzelm |
eliminated old numerals;
|
changeset |
files
|
Tue, 23 Oct 2001 22:51:30 +0200 |
wenzelm |
pass build mode to process;
|
changeset |
files
|
Tue, 23 Oct 2001 19:15:00 +0200 |
wenzelm |
removed export_thm;
|
changeset |
files
|