wenzelm [Thu, 23 Nov 2006 00:51:47 +0100] rev 21473
removed dead code;
aspinall [Thu, 23 Nov 2006 00:09:24 +0100] rev 21472
Add doccomment; rename litcomment -> doccomment
wenzelm [Wed, 22 Nov 2006 20:51:00 +0100] rev 21471
* settings: ML_IDENTIFIER includes the Isabelle version identifier;
paulson [Wed, 22 Nov 2006 20:08:07 +0100] rev 21470
Consolidation of code to "blacklist" unhelpful theorems, including record
surjectivity properties
wenzelm [Wed, 22 Nov 2006 19:55:22 +0100] rev 21469
ML_IDENTIFIER includes Isabelle version;
wenzelm [Wed, 22 Nov 2006 19:53:24 +0100] rev 21468
add ISABELLE_VERSION to ML_IDENTIFIER, unless this is repository or build;
wenzelm [Wed, 22 Nov 2006 17:38:36 +0100] rev 21467
consts: ProofContext.set_stmt true -- avoids naming of local thms;
wenzelm [Wed, 22 Nov 2006 15:58:59 +0100] rev 21466
init: enter inner statement mode, which prevents local notes from being named internally;
wenzelm [Wed, 22 Nov 2006 15:58:15 +0100] rev 21465
more careful declaration of "intros" as Pure.intro;
aspinall [Wed, 22 Nov 2006 12:01:59 +0100] rev 21464
Fix to local file URI syntax. Add first part of lexicalstructure command support.
haftmann [Wed, 22 Nov 2006 10:22:04 +0100] rev 21463
completed class parameter handling in axclass.ML
haftmann [Wed, 22 Nov 2006 10:21:17 +0100] rev 21462
added Isar syntax for adding parameters to axclasses
haftmann [Wed, 22 Nov 2006 10:20:22 +0100] rev 21461
forced name prefix for class operations
haftmann [Wed, 22 Nov 2006 10:20:20 +0100] rev 21460
example tuned
haftmann [Wed, 22 Nov 2006 10:20:19 +0100] rev 21459
no explicit check for theory Nat
haftmann [Wed, 22 Nov 2006 10:20:18 +0100] rev 21458
added code lemmas
haftmann [Wed, 22 Nov 2006 10:20:17 +0100] rev 21457
does not import Hilber_Choice any longer
haftmann [Wed, 22 Nov 2006 10:20:16 +0100] rev 21456
cleanup
haftmann [Wed, 22 Nov 2006 10:20:15 +0100] rev 21455
incorporated structure HOList into HOLogic
haftmann [Wed, 22 Nov 2006 10:20:12 +0100] rev 21454
dropped eq const
haftmann [Wed, 22 Nov 2006 10:20:11 +0100] rev 21453
removed Extraction dependency
haftmann [Wed, 22 Nov 2006 10:20:09 +0100] rev 21452
final draft
wenzelm [Tue, 21 Nov 2006 20:58:15 +0100] rev 21451
made SML/NJ happy;
wenzelm [Tue, 21 Nov 2006 20:48:11 +0100] rev 21450
theorem(_i): note assms of statement;
wenzelm [Tue, 21 Nov 2006 20:48:06 +0100] rev 21449
removed obsolete simple_note_thms;
wenzelm [Tue, 21 Nov 2006 20:48:03 +0100] rev 21448
added assmsN;
wenzelm [Tue, 21 Nov 2006 20:47:58 +0100] rev 21447
* Isar: the assumptions of a long theorem statement are available as assms;
wenzelm [Tue, 21 Nov 2006 18:50:54 +0100] rev 21446
activated x86_64-linux;
wenzelm [Tue, 21 Nov 2006 18:07:44 +0100] rev 21445
renamed Proof.put_thms_internal to Proof.put_thms;
wenzelm [Tue, 21 Nov 2006 18:07:43 +0100] rev 21444
simplified Proof.theorem(_i);
moved theorem kinds from PureThy to Thm;
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;
wenzelm [Tue, 21 Nov 2006 18:07:40 +0100] rev 21442
simplified theorem(_i);
notes: proper kind;
renamed put_thms_internal to put_thms;