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
haftmann [Wed, 15 Nov 2006 17:05:47 +0100] rev 21388
corrected polymorphism check
haftmann [Wed, 15 Nov 2006 17:05:46 +0100] rev 21387
clarified code for building function equation system; explicit check of type discipline
haftmann [Wed, 15 Nov 2006 17:05:45 +0100] rev 21386
moved evaluation to Code_Generator.thy
haftmann [Wed, 15 Nov 2006 17:05:44 +0100] rev 21385
added filter_set; adaptions to more strict type discipline for code lemmas
haftmann [Wed, 15 Nov 2006 17:05:43 +0100] rev 21384
moved transitivity rules to Orderings.thy
haftmann [Wed, 15 Nov 2006 17:05:42 +0100] rev 21383
added transitivity rules, reworking of min/max lemmas
haftmann [Wed, 15 Nov 2006 17:05:41 +0100] rev 21382
dropped dependency on sets
haftmann [Wed, 15 Nov 2006 17:05:40 +0100] rev 21381
reworking of min/max lemmas
haftmann [Wed, 15 Nov 2006 17:05:39 +0100] rev 21380
added interpretation
haftmann [Wed, 15 Nov 2006 17:05:38 +0100] rev 21379
removed HOL_css
haftmann [Wed, 15 Nov 2006 17:05:37 +0100] rev 21378
added evaluation oracle
urbanc [Wed, 15 Nov 2006 16:23:55 +0100] rev 21377
replaced exists_fresh lemma with a version formulated with obtains;
old lemma is available as exists_fresh' (still needed in apply-scripts)
wenzelm [Wed, 15 Nov 2006 15:39:22 +0100] rev 21376
updated;
wenzelm [Wed, 15 Nov 2006 15:37:34 +0100] rev 21375
Auxiliary antiquotations for Isabelle manuals.
wenzelm [Wed, 15 Nov 2006 15:36:09 +0100] rev 21374
common antiquote_setup.ML;
paulson [Wed, 15 Nov 2006 11:33:59 +0100] rev 21373
Arity clauses are now produced only for types and type classes actually used.
wenzelm [Tue, 14 Nov 2006 22:17:04 +0100] rev 21372
converted to 'inductive2';
wenzelm [Tue, 14 Nov 2006 22:17:03 +0100] rev 21371
added for_simple_fixes, specification;
wenzelm [Tue, 14 Nov 2006 22:17:01 +0100] rev 21370
replaced Variable.fix_frees by Variable.auto_fixes (depends on body mode);
wenzelm [Tue, 14 Nov 2006 22:17:00 +0100] rev 21369
removed fix_frees interface;
added auto_fixes (depends on body mode);
wenzelm [Tue, 14 Nov 2006 22:16:59 +0100] rev 21368
converted to 'inductive2';
proper localized definitions;
added rec examples;
wenzelm [Tue, 14 Nov 2006 22:16:58 +0100] rev 21367
inductive: canonical specification syntax (flattened result only);
inductive_cases: local_theory;
mk_cases/ind_cases: removed legacy code, proper treatment of fixed variables;
get_inductive etc.: Proof.context;
removed old trace/debug code;
tuned;
wenzelm [Tue, 14 Nov 2006 22:16:57 +0100] rev 21366
inductive2: canonical specification syntax;
ind_cases2: proper treatment of fixed variables;
wenzelm [Tue, 14 Nov 2006 22:16:55 +0100] rev 21365
InductivePackage.add_inductive_i: canonical argument order;
wenzelm [Tue, 14 Nov 2006 22:16:54 +0100] rev 21364
inductive2: canonical specification syntax;
schirmer [Tue, 14 Nov 2006 17:55:30 +0100] rev 21363
Exported some names
wenzelm [Tue, 14 Nov 2006 15:29:56 +0100] rev 21362
simplified Proof.theorem(_i) interface -- removed target support;
removed obsolete global_goal interface;
removed goal_names, simplified goal kind output;
tuned;
wenzelm [Tue, 14 Nov 2006 15:29:55 +0100] rev 21361
simplified Proof.theorem(_i) interface;
simplified goal kind output;