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
Sat, 18 Nov 2006 00:20:16 +0100 clarified module dependencies
haftmann [Sat, 18 Nov 2006 00:20:16 +0100] rev 21409
clarified module dependencies
Sat, 18 Nov 2006 00:20:15 +0100 div is now a class
haftmann [Sat, 18 Nov 2006 00:20:15 +0100] rev 21408
div is now a class
Sat, 18 Nov 2006 00:20:13 +0100 reduced verbosity
haftmann [Sat, 18 Nov 2006 00:20:13 +0100] rev 21407
reduced verbosity
Sat, 18 Nov 2006 00:20:12 +0100 adjustments for class package
haftmann [Sat, 18 Nov 2006 00:20:12 +0100] rev 21406
adjustments for class package
Fri, 17 Nov 2006 17:32:30 +0100 added an intro lemma for freshness of products; set up
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)
Fri, 17 Nov 2006 02:20:03 +0100 more robust syntax for definition/abbreviation/notation;
wenzelm [Fri, 17 Nov 2006 02:20:03 +0100] rev 21404
more robust syntax for definition/abbreviation/notation;
Fri, 17 Nov 2006 02:19:55 +0100 'notation': more robust 'and' list;
wenzelm [Fri, 17 Nov 2006 02:19:55 +0100] rev 21403
'notation': more robust 'and' list;
Fri, 17 Nov 2006 02:19:54 +0100 updated;
wenzelm [Fri, 17 Nov 2006 02:19:54 +0100] rev 21402
updated;
Fri, 17 Nov 2006 02:19:52 +0100 added Isar.goal;
wenzelm [Fri, 17 Nov 2006 02:19:52 +0100] rev 21401
added Isar.goal;
Fri, 17 Nov 2006 02:19:51 +0100 added where_;
wenzelm [Fri, 17 Nov 2006 02:19:51 +0100] rev 21400
added where_;
Thu, 16 Nov 2006 20:19:50 +0100 add lemmas LIM_zero_iff, LIM_norm_zero_iff
huffman [Thu, 16 Nov 2006 20:19:50 +0100] rev 21399
add lemmas LIM_zero_iff, LIM_norm_zero_iff
Thu, 16 Nov 2006 17:06:24 +0100 Includes type:sort constraints in its code to collect predicates in axiom clauses.
paulson [Thu, 16 Nov 2006 17:06:24 +0100] rev 21398
Includes type:sort constraints in its code to collect predicates in axiom clauses.
Thu, 16 Nov 2006 17:05:23 +0100 Now includes only types used to instantiate overloaded constants in arity clauses
paulson [Thu, 16 Nov 2006 17:05:23 +0100] rev 21397
Now includes only types used to instantiate overloaded constants in arity clauses
Thu, 16 Nov 2006 01:07:39 +0100 added General/basics.ML;
wenzelm [Thu, 16 Nov 2006 01:07:39 +0100] rev 21396
added General/basics.ML;
Thu, 16 Nov 2006 01:07:25 +0100 moved some fundamental concepts to General/basics.ML;
wenzelm [Thu, 16 Nov 2006 01:07:25 +0100] rev 21395
moved some fundamental concepts to General/basics.ML;
Thu, 16 Nov 2006 01:07:23 +0100 Fundamental concepts.
wenzelm [Thu, 16 Nov 2006 01:07:23 +0100] rev 21394
Fundamental concepts.
Wed, 15 Nov 2006 20:50:24 +0100 add_locale: re-init result context (avoids subtle modifications after introducing predicate views internally);
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);
Wed, 15 Nov 2006 20:50:23 +0100 tuned proofs;
wenzelm [Wed, 15 Nov 2006 20:50:23 +0100] rev 21392
tuned proofs;
Wed, 15 Nov 2006 20:50:22 +0100 replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
wenzelm [Wed, 15 Nov 2006 20:50:22 +0100] rev 21391
replaced NameSpace.append by NameSpace.qualified, which handles empty names as expected;
Wed, 15 Nov 2006 20:50:21 +0100 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;
Wed, 15 Nov 2006 17:05:48 +0100 dropping accidental self-imports
haftmann [Wed, 15 Nov 2006 17:05:48 +0100] rev 21389
dropping accidental self-imports
Wed, 15 Nov 2006 17:05:47 +0100 corrected polymorphism check
haftmann [Wed, 15 Nov 2006 17:05:47 +0100] rev 21388
corrected polymorphism check
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip