Wed, 22 Nov 2006 19:55:22 +0100 ML_IDENTIFIER includes Isabelle version;
wenzelm [Wed, 22 Nov 2006 19:55:22 +0100] rev 21469
ML_IDENTIFIER includes Isabelle version;
Wed, 22 Nov 2006 19:53:24 +0100 add ISABELLE_VERSION to ML_IDENTIFIER, unless this is repository or build;
wenzelm [Wed, 22 Nov 2006 19:53:24 +0100] rev 21468
add ISABELLE_VERSION to ML_IDENTIFIER, unless this is repository or build;
Wed, 22 Nov 2006 17:38:36 +0100 consts: ProofContext.set_stmt true -- avoids naming of local thms;
wenzelm [Wed, 22 Nov 2006 17:38:36 +0100] rev 21467
consts: ProofContext.set_stmt true -- avoids naming of local thms;
Wed, 22 Nov 2006 15:58:59 +0100 init: enter inner statement mode, which prevents local notes from being named internally;
wenzelm [Wed, 22 Nov 2006 15:58:59 +0100] rev 21466
init: enter inner statement mode, which prevents local notes from being named internally;
Wed, 22 Nov 2006 15:58:15 +0100 more careful declaration of "intros" as Pure.intro;
wenzelm [Wed, 22 Nov 2006 15:58:15 +0100] rev 21465
more careful declaration of "intros" as Pure.intro;
Wed, 22 Nov 2006 12:01:59 +0100 Fix to local file URI syntax. Add first part of lexicalstructure command support.
aspinall [Wed, 22 Nov 2006 12:01:59 +0100] rev 21464
Fix to local file URI syntax. Add first part of lexicalstructure command support.
Wed, 22 Nov 2006 10:22:04 +0100 completed class parameter handling in axclass.ML
haftmann [Wed, 22 Nov 2006 10:22:04 +0100] rev 21463
completed class parameter handling in axclass.ML
Wed, 22 Nov 2006 10:21:17 +0100 added Isar syntax for adding parameters to axclasses
haftmann [Wed, 22 Nov 2006 10:21:17 +0100] rev 21462
added Isar syntax for adding parameters to axclasses
Wed, 22 Nov 2006 10:20:22 +0100 forced name prefix for class operations
haftmann [Wed, 22 Nov 2006 10:20:22 +0100] rev 21461
forced name prefix for class operations
Wed, 22 Nov 2006 10:20:20 +0100 example tuned
haftmann [Wed, 22 Nov 2006 10:20:20 +0100] rev 21460
example tuned
Wed, 22 Nov 2006 10:20:19 +0100 no explicit check for theory Nat
haftmann [Wed, 22 Nov 2006 10:20:19 +0100] rev 21459
no explicit check for theory Nat
Wed, 22 Nov 2006 10:20:18 +0100 added code lemmas
haftmann [Wed, 22 Nov 2006 10:20:18 +0100] rev 21458
added code lemmas
Wed, 22 Nov 2006 10:20:17 +0100 does not import Hilber_Choice any longer
haftmann [Wed, 22 Nov 2006 10:20:17 +0100] rev 21457
does not import Hilber_Choice any longer
Wed, 22 Nov 2006 10:20:16 +0100 cleanup
haftmann [Wed, 22 Nov 2006 10:20:16 +0100] rev 21456
cleanup
Wed, 22 Nov 2006 10:20:15 +0100 incorporated structure HOList into HOLogic
haftmann [Wed, 22 Nov 2006 10:20:15 +0100] rev 21455
incorporated structure HOList into HOLogic
Wed, 22 Nov 2006 10:20:12 +0100 dropped eq const
haftmann [Wed, 22 Nov 2006 10:20:12 +0100] rev 21454
dropped eq const
Wed, 22 Nov 2006 10:20:11 +0100 removed Extraction dependency
haftmann [Wed, 22 Nov 2006 10:20:11 +0100] rev 21453
removed Extraction dependency
Wed, 22 Nov 2006 10:20:09 +0100 final draft
haftmann [Wed, 22 Nov 2006 10:20:09 +0100] rev 21452
final draft
Tue, 21 Nov 2006 20:58:15 +0100 made SML/NJ happy;
wenzelm [Tue, 21 Nov 2006 20:58:15 +0100] rev 21451
made SML/NJ happy;
Tue, 21 Nov 2006 20:48:11 +0100 theorem(_i): note assms of statement;
wenzelm [Tue, 21 Nov 2006 20:48:11 +0100] rev 21450
theorem(_i): note assms of statement;
Tue, 21 Nov 2006 20:48:06 +0100 removed obsolete simple_note_thms;
wenzelm [Tue, 21 Nov 2006 20:48:06 +0100] rev 21449
removed obsolete simple_note_thms;
Tue, 21 Nov 2006 20:48:03 +0100 added assmsN;
wenzelm [Tue, 21 Nov 2006 20:48:03 +0100] rev 21448
added assmsN;
Tue, 21 Nov 2006 20:47:58 +0100 * Isar: the assumptions of a long theorem statement are available as assms;
wenzelm [Tue, 21 Nov 2006 20:47:58 +0100] rev 21447
* Isar: the assumptions of a long theorem statement are available as assms;
Tue, 21 Nov 2006 18:50:54 +0100 activated x86_64-linux;
wenzelm [Tue, 21 Nov 2006 18:50:54 +0100] rev 21446
activated x86_64-linux;
Tue, 21 Nov 2006 18:07:44 +0100 renamed Proof.put_thms_internal to Proof.put_thms;
wenzelm [Tue, 21 Nov 2006 18:07:44 +0100] rev 21445
renamed Proof.put_thms_internal to Proof.put_thms;
Tue, 21 Nov 2006 18:07:43 +0100 simplified Proof.theorem(_i);
wenzelm [Tue, 21 Nov 2006 18:07:43 +0100] rev 21444
simplified Proof.theorem(_i); moved theorem kinds from PureThy to Thm;
Tue, 21 Nov 2006 18:07:41 +0100 added stmt mode, which affects naming/indexing of local facts;
wenzelm [Tue, 21 Nov 2006 18:07:41 +0100] rev 21443
added stmt mode, which affects naming/indexing of local facts; renamed put_thms_internal to put_thms; notes: proper name and kind (outside of proof body); removed dead code;
Tue, 21 Nov 2006 18:07:40 +0100 simplified theorem(_i);
wenzelm [Tue, 21 Nov 2006 18:07:40 +0100] rev 21442
simplified theorem(_i); notes: proper kind; renamed put_thms_internal to put_thms;
Tue, 21 Nov 2006 18:07:38 +0100 notes: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:38 +0100] rev 21441
notes: proper kind; simplified Proof.theorem(_i); context_statement: ProofContext.set_stmt after import;
Tue, 21 Nov 2006 18:07:37 +0100 notes: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:37 +0100] rev 21440
notes: proper kind;
Tue, 21 Nov 2006 18:07:36 +0100 removed kind attribs;
wenzelm [Tue, 21 Nov 2006 18:07:36 +0100] rev 21439
removed kind attribs;
Tue, 21 Nov 2006 18:07:35 +0100 moved theorem kinds from PureThy to Thm;
wenzelm [Tue, 21 Nov 2006 18:07:35 +0100] rev 21438
moved theorem kinds from PureThy to Thm; exported note_thms(s);
Tue, 21 Nov 2006 18:07:33 +0100 moved theorem kinds from PureThy to Thm;
wenzelm [Tue, 21 Nov 2006 18:07:33 +0100] rev 21437
moved theorem kinds from PureThy to Thm;
Tue, 21 Nov 2006 18:07:32 +0100 LocalTheory.notes/defs: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:32 +0100] rev 21436
LocalTheory.notes/defs: proper kind;
Tue, 21 Nov 2006 18:07:31 +0100 LocalTheory.axioms/notes/defs: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:31 +0100] rev 21435
LocalTheory.axioms/notes/defs: proper kind; simplified Proof.theorem(_i);
Tue, 21 Nov 2006 18:07:30 +0100 simplified Proof.theorem(_i);
wenzelm [Tue, 21 Nov 2006 18:07:30 +0100] rev 21434
simplified Proof.theorem(_i);
Tue, 21 Nov 2006 18:07:29 +0100 LocalTheory.axioms/notes/defs: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:29 +0100] rev 21433
LocalTheory.axioms/notes/defs: proper kind; context_notes: ProofContext.set_stmt after import;
Tue, 21 Nov 2006 12:55:39 +0100 Optimized class_pairs for the common case of no subclasses
paulson [Tue, 21 Nov 2006 12:55:39 +0100] rev 21432
Optimized class_pairs for the common case of no subclasses
Tue, 21 Nov 2006 12:51:20 +0100 Outputs a minimal number of arity clauses. Tidying of blacklist, fixing the blacklisting of thm lists
paulson [Tue, 21 Nov 2006 12:51:20 +0100] rev 21431
Outputs a minimal number of arity clauses. Tidying of blacklist, fixing the blacklisting of thm lists
Tue, 21 Nov 2006 12:50:15 +0100 New transformation of eliminatino rules: we simply replace the final conclusion variable by False
paulson [Tue, 21 Nov 2006 12:50:15 +0100] rev 21430
New transformation of eliminatino rules: we simply replace the final conclusion variable by False
Tue, 21 Nov 2006 04:30:17 +0100 run poly-4.9.1 as stable and poly-4.2.0 as experimental on at
kleing [Tue, 21 Nov 2006 04:30:17 +0100] rev 21429
run poly-4.9.1 as stable and poly-4.2.0 as experimental on at
Tue, 21 Nov 2006 00:07:05 +0100 removed legacy ML setup;
wenzelm [Tue, 21 Nov 2006 00:07:05 +0100] rev 21428
removed legacy ML setup;
Tue, 21 Nov 2006 00:00:39 +0100 converted legacy ML scripts;
wenzelm [Tue, 21 Nov 2006 00:00:39 +0100] rev 21427
converted legacy ML scripts;
Mon, 20 Nov 2006 23:47:10 +0100 converted legacy ML scripts;
wenzelm [Mon, 20 Nov 2006 23:47:10 +0100] rev 21426
converted legacy ML scripts;
Mon, 20 Nov 2006 21:23:12 +0100 HOL-Prolog: converted legacy ML scripts;
wenzelm [Mon, 20 Nov 2006 21:23:12 +0100] rev 21425
HOL-Prolog: converted legacy ML scripts;
Mon, 20 Nov 2006 11:51:10 +0100 start at-sml earlier and on different machine, remove sun-sml test (takes too long)
kleing [Mon, 20 Nov 2006 11:51:10 +0100] rev 21424
start at-sml earlier and on different machine, remove sun-sml test (takes too long)
Sun, 19 Nov 2006 23:48:55 +0100 HOL-Algebra: converted legacy ML scripts;
wenzelm [Sun, 19 Nov 2006 23:48:55 +0100] rev 21423
HOL-Algebra: converted legacy ML scripts;
Sun, 19 Nov 2006 13:02:55 +0100 profiling disabled
webertj [Sun, 19 Nov 2006 13:02:55 +0100] rev 21422
profiling disabled
Sat, 18 Nov 2006 00:20:33 +0100 code thms for classops violating type discipline ignored
haftmann [Sat, 18 Nov 2006 00:20:33 +0100] rev 21421
code thms for classops violating type discipline ignored
Sat, 18 Nov 2006 00:20:29 +0100 cleanup
haftmann [Sat, 18 Nov 2006 00:20:29 +0100] rev 21420
cleanup
Sat, 18 Nov 2006 00:20:28 +0100 added instance for class size
haftmann [Sat, 18 Nov 2006 00:20:28 +0100] rev 21419
added instance for class size
Sat, 18 Nov 2006 00:20:27 +0100 added combinators and lemmas
haftmann [Sat, 18 Nov 2006 00:20:27 +0100] rev 21418
added combinators and lemmas
Sat, 18 Nov 2006 00:20:26 +0100 using class instance
haftmann [Sat, 18 Nov 2006 00:20:26 +0100] rev 21417
using class instance
Sat, 18 Nov 2006 00:20:24 +0100 dvd_def now with object equality
haftmann [Sat, 18 Nov 2006 00:20:24 +0100] rev 21416
dvd_def now with object equality
Sat, 18 Nov 2006 00:20:22 +0100 op div/op mod now named without leading op
haftmann [Sat, 18 Nov 2006 00:20:22 +0100] rev 21415
op div/op mod now named without leading op
Sat, 18 Nov 2006 00:20:21 +0100 workaround for definition violating type discipline
haftmann [Sat, 18 Nov 2006 00:20:21 +0100] rev 21414
workaround for definition violating type discipline
Sat, 18 Nov 2006 00:20:20 +0100 moved dvd stuff to theory Divides
haftmann [Sat, 18 Nov 2006 00:20:20 +0100] rev 21413
moved dvd stuff to theory Divides
Sat, 18 Nov 2006 00:20:19 +0100 re-eliminated thm trichotomy
haftmann [Sat, 18 Nov 2006 00:20:19 +0100] rev 21412
re-eliminated thm trichotomy
Sat, 18 Nov 2006 00:20:18 +0100 power is now a class
haftmann [Sat, 18 Nov 2006 00:20:18 +0100] rev 21411
power is now a class
Sat, 18 Nov 2006 00:20:17 +0100 tuned
haftmann [Sat, 18 Nov 2006 00:20:17 +0100] rev 21410
tuned
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip