aspinall [Thu, 23 Nov 2006 11:24:33 +0100] rev 21484
PGIP: add retractfile. Be stricter in file open/close protocol.
wenzelm [Thu, 23 Nov 2006 00:52:23 +0100] rev 21483
replaced Args.map_values/Element.map_ctxt_values by general morphism application;
wenzelm [Thu, 23 Nov 2006 00:52:19 +0100] rev 21482
moved ML identifiers to structure ML_Syntax;
wenzelm [Thu, 23 Nov 2006 00:52:15 +0100] rev 21481
added morph_ctxt, morph_witness;
removed ctxt/witness in favour of general morphisms;
wenzelm [Thu, 23 Nov 2006 00:52:11 +0100] rev 21480
replaced map_values by morph_values;
wenzelm [Thu, 23 Nov 2006 00:52:07 +0100] rev 21479
moved string_of_pair/list/option to structure ML_Syntax;
wenzelm [Thu, 23 Nov 2006 00:52:03 +0100] rev 21478
moved ML syntax operations to structure ML_Syntax;
wenzelm [Thu, 23 Nov 2006 00:52:01 +0100] rev 21477
Basic ML syntax operations.
wenzelm [Thu, 23 Nov 2006 00:51:57 +0100] rev 21476
Abstract morphisms on formal entities.
wenzelm [Thu, 23 Nov 2006 00:51:54 +0100] rev 21475
added morphism.ML, General/ml_syntax.ML;
wenzelm [Thu, 23 Nov 2006 00:51:51 +0100] rev 21474
renamed string_of_pair/list/option to ML_Syntax.str_of_pair/list/option;
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;
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;
wenzelm [Tue, 21 Nov 2006 18:07:37 +0100] rev 21440
notes: proper kind;
wenzelm [Tue, 21 Nov 2006 18:07:36 +0100] rev 21439
removed kind attribs;
wenzelm [Tue, 21 Nov 2006 18:07:35 +0100] rev 21438
moved theorem kinds from PureThy to Thm;
exported note_thms(s);
wenzelm [Tue, 21 Nov 2006 18:07:33 +0100] rev 21437
moved theorem kinds from PureThy to Thm;
wenzelm [Tue, 21 Nov 2006 18:07:32 +0100] rev 21436
LocalTheory.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);
wenzelm [Tue, 21 Nov 2006 18:07:30 +0100] rev 21434
simplified Proof.theorem(_i);
wenzelm [Tue, 21 Nov 2006 18:07:29 +0100] rev 21433
LocalTheory.axioms/notes/defs: proper kind;
context_notes: ProofContext.set_stmt after import;
paulson [Tue, 21 Nov 2006 12:55:39 +0100] rev 21432
Optimized class_pairs for the common case of no subclasses
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
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
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
wenzelm [Tue, 21 Nov 2006 00:07:05 +0100] rev 21428
removed legacy ML setup;
wenzelm [Tue, 21 Nov 2006 00:00:39 +0100] rev 21427
converted legacy ML scripts;
wenzelm [Mon, 20 Nov 2006 23:47:10 +0100] rev 21426
converted legacy ML scripts;
wenzelm [Mon, 20 Nov 2006 21:23:12 +0100] rev 21425
HOL-Prolog: converted legacy ML scripts;
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)
wenzelm [Sun, 19 Nov 2006 23:48:55 +0100] rev 21423
HOL-Algebra: converted legacy ML scripts;
webertj [Sun, 19 Nov 2006 13:02:55 +0100] rev 21422
profiling disabled
haftmann [Sat, 18 Nov 2006 00:20:33 +0100] rev 21421
code thms for classops violating type discipline ignored
haftmann [Sat, 18 Nov 2006 00:20:29 +0100] rev 21420
cleanup
haftmann [Sat, 18 Nov 2006 00:20:28 +0100] rev 21419
added instance for class size
haftmann [Sat, 18 Nov 2006 00:20:27 +0100] rev 21418
added combinators and lemmas
haftmann [Sat, 18 Nov 2006 00:20:26 +0100] rev 21417
using class instance
haftmann [Sat, 18 Nov 2006 00:20:24 +0100] rev 21416
dvd_def now with object equality
haftmann [Sat, 18 Nov 2006 00:20:22 +0100] rev 21415
op div/op mod now named without leading op
haftmann [Sat, 18 Nov 2006 00:20:21 +0100] rev 21414
workaround for definition violating type discipline
haftmann [Sat, 18 Nov 2006 00:20:20 +0100] rev 21413
moved dvd stuff to theory Divides
haftmann [Sat, 18 Nov 2006 00:20:19 +0100] rev 21412
re-eliminated thm trichotomy
haftmann [Sat, 18 Nov 2006 00:20:18 +0100] rev 21411
power is now a class
haftmann [Sat, 18 Nov 2006 00:20:17 +0100] rev 21410
tuned
haftmann [Sat, 18 Nov 2006 00:20:16 +0100] rev 21409
clarified module dependencies
haftmann [Sat, 18 Nov 2006 00:20:15 +0100] rev 21408
div is now a class
haftmann [Sat, 18 Nov 2006 00:20:13 +0100] rev 21407
reduced verbosity
haftmann [Sat, 18 Nov 2006 00:20:12 +0100] rev 21406
adjustments for class package
urbanc [Fri, 17 Nov 2006 17:32:30 +0100] rev 21405
added an intro lemma for freshness of products; set up
the simplifier so that it can deal with the compact and
long notation for freshness constraints (FIXME: it should
also be able to deal with the special case of freshness
of atoms)
wenzelm [Fri, 17 Nov 2006 02:20:03 +0100] rev 21404
more robust syntax for definition/abbreviation/notation;
wenzelm [Fri, 17 Nov 2006 02:19:55 +0100] rev 21403
'notation': more robust 'and' list;
wenzelm [Fri, 17 Nov 2006 02:19:54 +0100] rev 21402
updated;
wenzelm [Fri, 17 Nov 2006 02:19:52 +0100] rev 21401
added Isar.goal;
wenzelm [Fri, 17 Nov 2006 02:19:51 +0100] rev 21400
added where_;
huffman [Thu, 16 Nov 2006 20:19:50 +0100] rev 21399
add lemmas LIM_zero_iff, LIM_norm_zero_iff
paulson [Thu, 16 Nov 2006 17:06:24 +0100] rev 21398
Includes type:sort constraints in its code to collect predicates in axiom clauses.
paulson [Thu, 16 Nov 2006 17:05:23 +0100] rev 21397
Now includes only types used to instantiate overloaded constants in arity clauses
wenzelm [Thu, 16 Nov 2006 01:07:39 +0100] rev 21396
added General/basics.ML;
wenzelm [Thu, 16 Nov 2006 01:07:25 +0100] rev 21395
moved some fundamental concepts to General/basics.ML;
wenzelm [Thu, 16 Nov 2006 01:07:23 +0100] rev 21394
Fundamental concepts.
wenzelm [Wed, 15 Nov 2006 20:50:24 +0100] rev 21393
add_locale: re-init result context (avoids subtle modifications after introducing predicate views internally);
wenzelm [Wed, 15 Nov 2006 20:50:23 +0100] rev 21392
tuned proofs;
wenzelm [Wed, 15 Nov 2006 20:50:22 +0100] rev 21391
replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
wenzelm [Wed, 15 Nov 2006 20:50:21 +0100] rev 21390
replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
declared intro/elim rules;
haftmann [Wed, 15 Nov 2006 17:05:48 +0100] rev 21389
dropping accidental self-imports