Thu, 06 Sep 2007 11:41:04 +0200 Added Standardization theory.
berghofe [Thu, 06 Sep 2007 11:41:04 +0200] rev 24535
Added Standardization theory.
Thu, 06 Sep 2007 11:39:43 +0200 New code generator setup (taken from Library/Executable_Real.thy,
berghofe [Thu, 06 Sep 2007 11:39:43 +0200] rev 24534
New code generator setup (taken from Library/Executable_Real.thy, also works for old code generator).
Thu, 06 Sep 2007 11:38:10 +0200 Added code generator setup (taken from Library/Executable_Rat.thy,
berghofe [Thu, 06 Sep 2007 11:38:10 +0200] rev 24533
Added code generator setup (taken from Library/Executable_Rat.thy, also works for old code generator).
Thu, 06 Sep 2007 11:34:19 +0200 Integrated code generator setup into RealDef theory.
berghofe [Thu, 06 Sep 2007 11:34:19 +0200] rev 24532
Integrated code generator setup into RealDef theory.
Thu, 06 Sep 2007 11:33:45 +0200 Integrated code generator setup into Rational theory.
berghofe [Thu, 06 Sep 2007 11:33:45 +0200] rev 24531
Integrated code generator setup into Rational theory.
Thu, 06 Sep 2007 11:32:28 +0200 Integrated Executable_Rat and Executable_Real theories into
berghofe [Thu, 06 Sep 2007 11:32:28 +0200] rev 24530
Integrated Executable_Rat and Executable_Real theories into Rational and RealDef theories.
Wed, 05 Sep 2007 21:09:11 +0200 use preferences.ML: do setmp *here*, to capture intended default values;
wenzelm [Wed, 05 Sep 2007 21:09:11 +0200] rev 24529
use preferences.ML: do setmp *here*, to capture intended default values;
Wed, 05 Sep 2007 20:48:25 +0200 tuned;
wenzelm [Wed, 05 Sep 2007 20:48:25 +0200] rev 24528
tuned;
Wed, 05 Sep 2007 15:46:32 +0200 modified proofs so that they are not using claset()
urbanc [Wed, 05 Sep 2007 15:46:32 +0200] rev 24527
modified proofs so that they are not using claset()
Tue, 04 Sep 2007 15:30:31 +0200 tuned lemma; replaced !! by arbitrary
nipkow [Tue, 04 Sep 2007 15:30:31 +0200] rev 24526
tuned lemma; replaced !! by arbitrary
Tue, 04 Sep 2007 14:32:29 +0200 Improved comment.
ballarin [Tue, 04 Sep 2007 14:32:29 +0200] rev 24525
Improved comment.
Mon, 03 Sep 2007 16:50:53 +0200 Documented function package in IsarRef-manual.
krauss [Mon, 03 Sep 2007 16:50:53 +0200] rev 24524
Documented function package in IsarRef-manual.
Mon, 03 Sep 2007 10:00:24 +0200 added variations on infinite descent
nipkow [Mon, 03 Sep 2007 10:00:24 +0200] rev 24523
added variations on infinite descent
Mon, 03 Sep 2007 08:07:39 +0200 fixed Rat.inv
haftmann [Mon, 03 Sep 2007 08:07:39 +0200] rev 24522
fixed Rat.inv
Mon, 03 Sep 2007 08:01:35 +0200 fixed Rat.inv
haftmann [Mon, 03 Sep 2007 08:01:35 +0200] rev 24521
fixed Rat.inv
Sun, 02 Sep 2007 23:36:21 +0200 fix sgn_div_norm class
huffman [Sun, 02 Sep 2007 23:36:21 +0200] rev 24520
fix sgn_div_norm class
Sun, 02 Sep 2007 12:34:20 +0200 made theorem-references safe
urbanc [Sun, 02 Sep 2007 12:34:20 +0200] rev 24519
made theorem-references safe
Sat, 01 Sep 2007 18:17:44 +0200 removed unused join_mode;
wenzelm [Sat, 01 Sep 2007 18:17:44 +0200] rev 24518
removed unused join_mode; standard_typ_check: proper prepare_patternT, which rejects schematic type vars in non-patterns;
Sat, 01 Sep 2007 18:17:42 +0200 read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:42 +0200] rev 24517
read_def_terms: replaced full Syntax.check_typs by certify_typ, to workaround problems with illegal schematic type vars;
Sat, 01 Sep 2007 18:17:40 +0200 removed obsolete ML bindings;
wenzelm [Sat, 01 Sep 2007 18:17:40 +0200] rev 24516
removed obsolete ML bindings;
Sat, 01 Sep 2007 18:17:38 +0200 linorder_neqE_ordered_idom: proper proof, avoid illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:38 +0200] rev 24515
linorder_neqE_ordered_idom: proper proof, avoid illegal schematic type vars;
Sat, 01 Sep 2007 18:17:36 +0200 mono_Int/Un: proper proof, avoid illegal schematic type vars;
wenzelm [Sat, 01 Sep 2007 18:17:36 +0200] rev 24514
mono_Int/Un: proper proof, avoid illegal schematic type vars; removed obsolete ML bindings;
Sat, 01 Sep 2007 16:12:50 +0200 removed spurious Toplevel.debug, which actually makes Poly/ML crash in certain situations;
wenzelm [Sat, 01 Sep 2007 16:12:50 +0200] rev 24513
removed spurious Toplevel.debug, which actually makes Poly/ML crash in certain situations;
Sat, 01 Sep 2007 15:47:05 +0200 added singleton check_typ/term/prop;
wenzelm [Sat, 01 Sep 2007 15:47:05 +0200] rev 24512
added singleton check_typ/term/prop;
Sat, 01 Sep 2007 15:47:04 +0200 removed obsolete read/cert variations (cf. Syntax.read/check);
wenzelm [Sat, 01 Sep 2007 15:47:04 +0200] rev 24511
removed obsolete read/cert variations (cf. Syntax.read/check);
Sat, 01 Sep 2007 15:47:03 +0200 replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
wenzelm [Sat, 01 Sep 2007 15:47:03 +0200] rev 24510
replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
Sat, 01 Sep 2007 15:47:01 +0200 replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
wenzelm [Sat, 01 Sep 2007 15:47:01 +0200] rev 24509
replaced ProofContext.read_term/prop by general Syntax.read_term/prop; replaced ProofContext.cert_term/prop by general Syntax.check_term/prop (which also includes type-inference);
Sat, 01 Sep 2007 15:46:59 +0200 replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
wenzelm [Sat, 01 Sep 2007 15:46:59 +0200] rev 24508
replaced ProofContext.read_term/prop by general Syntax.read_term/prop;
Sat, 01 Sep 2007 01:22:11 +0200 *** empty log message ***
nipkow [Sat, 01 Sep 2007 01:22:11 +0200] rev 24507
*** empty log message ***
Sat, 01 Sep 2007 01:21:48 +0200 final(?) iteration of sgn saga.
nipkow [Sat, 01 Sep 2007 01:21:48 +0200] rev 24506
final(?) iteration of sgn saga.
Fri, 31 Aug 2007 23:17:25 +0200 reject_vars: accept type-inference params;
wenzelm [Fri, 31 Aug 2007 23:17:25 +0200] rev 24505
reject_vars: accept type-inference params; standard_term_check: include prepare_pattern; infer_type: mode_schematic; tuned;
Fri, 31 Aug 2007 23:17:22 +0200 exported is_param;
wenzelm [Fri, 31 Aug 2007 23:17:22 +0200] rev 24504
exported is_param;
Fri, 31 Aug 2007 23:17:20 +0200 legacy_infer_term: ProofContext.mode_schematic;
wenzelm [Fri, 31 Aug 2007 23:17:20 +0200] rev 24503
legacy_infer_term: ProofContext.mode_schematic;
Fri, 31 Aug 2007 18:46:37 +0200 prove: setmp quick_and_dirty (avoids race condition);
wenzelm [Fri, 31 Aug 2007 18:46:37 +0200] rev 24502
prove: setmp quick_and_dirty (avoids race condition);
Fri, 31 Aug 2007 18:46:35 +0200 export various inner syntax modes;
wenzelm [Fri, 31 Aug 2007 18:46:35 +0200] rev 24501
export various inner syntax modes; Syntax.add_term_check: include expand_abbrevs (consts and var bindings);
Fri, 31 Aug 2007 18:46:34 +0200 type_infer: mode_pattern;
wenzelm [Fri, 31 Aug 2007 18:46:34 +0200] rev 24500
type_infer: mode_pattern;
Fri, 31 Aug 2007 18:46:33 +0200 do not touch quick_and_dirty;
wenzelm [Fri, 31 Aug 2007 18:46:33 +0200] rev 24499
do not touch quick_and_dirty;
Fri, 31 Aug 2007 16:17:53 +0200 tuned multithreading entry -- no longer experimental;
wenzelm [Fri, 31 Aug 2007 16:17:53 +0200] rev 24498
tuned multithreading entry -- no longer experimental;
Fri, 31 Aug 2007 15:56:19 +0200 explained \isatstyle(minor)
nipkow [Fri, 31 Aug 2007 15:56:19 +0200] rev 24497
explained \isatstyle(minor)
Fri, 31 Aug 2007 12:24:00 +0200 added short_names explanation
nipkow [Fri, 31 Aug 2007 12:24:00 +0200] rev 24496
added short_names explanation
Thu, 30 Aug 2007 22:35:40 +0200 added join_mode;
wenzelm [Thu, 30 Aug 2007 22:35:40 +0200] rev 24495
added join_mode; expand_binds: mode dependent; removed infer_types(_pat) -- use general Syntax.check_terms instead;
Thu, 30 Aug 2007 22:35:38 +0200 replaced ProofContext.infer_types by general Syntax.check_terms;
wenzelm [Thu, 30 Aug 2007 22:35:38 +0200] rev 24494
replaced ProofContext.infer_types by general Syntax.check_terms; use Variable.polymorphic to get schematic type variables;
Thu, 30 Aug 2007 22:35:34 +0200 replaced ProofContext.infer_types by general Syntax.check_terms;
wenzelm [Thu, 30 Aug 2007 22:35:34 +0200] rev 24493
replaced ProofContext.infer_types by general Syntax.check_terms;
Thu, 30 Aug 2007 21:44:29 +0200 *** empty log message ***
nipkow [Thu, 30 Aug 2007 21:44:29 +0200] rev 24492
*** empty log message ***
Thu, 30 Aug 2007 21:43:31 +0200 added constant sgn
nipkow [Thu, 30 Aug 2007 21:43:31 +0200] rev 24491
added constant sgn
Thu, 30 Aug 2007 21:43:08 +0200 added lemma
nipkow [Thu, 30 Aug 2007 21:43:08 +0200] rev 24490
added lemma
Thu, 30 Aug 2007 17:09:02 +0200 added some more entries;
wenzelm [Thu, 30 Aug 2007 17:09:02 +0200] rev 24489
added some more entries;
Thu, 30 Aug 2007 15:04:50 +0200 turned type_check into separate typ/term_check;
wenzelm [Thu, 30 Aug 2007 15:04:50 +0200] rev 24488
turned type_check into separate typ/term_check; tuned sifnature;
Thu, 30 Aug 2007 15:04:49 +0200 tuned;
wenzelm [Thu, 30 Aug 2007 15:04:49 +0200] rev 24487
tuned;
Thu, 30 Aug 2007 15:04:48 +0200 moved type_mode to type.ML;
wenzelm [Thu, 30 Aug 2007 15:04:48 +0200] rev 24486
moved type_mode to type.ML; Syntax.add_typ_check;
Thu, 30 Aug 2007 15:04:44 +0200 infer_types: general check_typs instead of Type.cert_typ_mode;
wenzelm [Thu, 30 Aug 2007 15:04:44 +0200] rev 24485
infer_types: general check_typs instead of Type.cert_typ_mode;
Thu, 30 Aug 2007 15:04:42 +0200 maintain mode in context (get/set/restore_mode);
wenzelm [Thu, 30 Aug 2007 15:04:42 +0200] rev 24484
maintain mode in context (get/set/restore_mode);
Thu, 30 Aug 2007 15:04:41 +0200 added burrow_types;
wenzelm [Thu, 30 Aug 2007 15:04:41 +0200] rev 24483
added burrow_types;
Thu, 30 Aug 2007 11:46:37 +0200 - tuned section about inductive predicates
berghofe [Thu, 30 Aug 2007 11:46:37 +0200] rev 24482
- tuned section about inductive predicates - fixed broken railroad diagram in section about executable code
Thu, 30 Aug 2007 05:01:38 +0200 ported div/mod simprocs from HOL/ex/Binary.thy
huffman [Thu, 30 Aug 2007 05:01:38 +0200] rev 24481
ported div/mod simprocs from HOL/ex/Binary.thy
Wed, 29 Aug 2007 23:06:27 +0200 renamed POLYML_LINK_OPTIONS to POLY_LINK_OPTIONS;
wenzelm [Wed, 29 Aug 2007 23:06:27 +0200] rev 24480
renamed POLYML_LINK_OPTIONS to POLY_LINK_OPTIONS;
Wed, 29 Aug 2007 22:47:01 +0200 added POLYML_LINK_OPTIONS, which is required for unusual platforms (notably cygwin);
wenzelm [Wed, 29 Aug 2007 22:47:01 +0200] rev 24479
added POLYML_LINK_OPTIONS, which is required for unusual platforms (notably cygwin);
Wed, 29 Aug 2007 20:18:23 +0200 some simultaneous use_thys;
wenzelm [Wed, 29 Aug 2007 20:18:23 +0200] rev 24478
some simultaneous use_thys;
Wed, 29 Aug 2007 19:00:40 +0200 Updated section about inductive definitions.
berghofe [Wed, 29 Aug 2007 19:00:40 +0200] rev 24477
Updated section about inductive definitions.
Wed, 29 Aug 2007 17:25:04 +0200 turned list comprehension translations into ML to optimize base case
nipkow [Wed, 29 Aug 2007 17:25:04 +0200] rev 24476
turned list comprehension translations into ML to optimize base case
Wed, 29 Aug 2007 16:46:08 +0200 added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
wenzelm [Wed, 29 Aug 2007 16:46:08 +0200] rev 24475
added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
Wed, 29 Aug 2007 16:24:38 +0200 added x86-solaris;
wenzelm [Wed, 29 Aug 2007 16:24:38 +0200] rev 24474
added x86-solaris;
Wed, 29 Aug 2007 14:21:19 +0200 fixed Proofs
chaieb [Wed, 29 Aug 2007 14:21:19 +0200] rev 24473
fixed Proofs
Wed, 29 Aug 2007 13:58:00 +0200 added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
wenzelm [Wed, 29 Aug 2007 13:58:00 +0200] rev 24472
added Hoare/hoare_tac.ML (code from Hoare/Hoare.thy, also required in Isar_examples/Hoare.thy);
Wed, 29 Aug 2007 11:10:59 +0200 removed unused theorems ; added lifting properties for foldr and foldl
chaieb [Wed, 29 Aug 2007 11:10:59 +0200] rev 24471
removed unused theorems ; added lifting properties for foldr and foldl
Wed, 29 Aug 2007 11:10:28 +0200 removed Hoare/hoare.ML, Hoare/hoareAbort.ML, ex/svc_oracle.ML (which can be mistaken as attached ML script on case-insensitive file-system);
wenzelm [Wed, 29 Aug 2007 11:10:28 +0200] rev 24470
removed Hoare/hoare.ML, Hoare/hoareAbort.ML, ex/svc_oracle.ML (which can be mistaken as attached ML script on case-insensitive file-system);
Wed, 29 Aug 2007 10:20:22 +0200 Deleted unused fillin_mixfix function.
berghofe [Wed, 29 Aug 2007 10:20:22 +0200] rev 24469
Deleted unused fillin_mixfix function.
Wed, 29 Aug 2007 00:49:48 +0200 mark all parallel sessions as experimental
kleing [Wed, 29 Aug 2007 00:49:48 +0200] rev 24468
mark all parallel sessions as experimental
Wed, 29 Aug 2007 00:32:35 +0200 atbroy99 is 64bit
kleing [Wed, 29 Aug 2007 00:32:35 +0200] rev 24467
atbroy99 is 64bit
Tue, 28 Aug 2007 23:53:07 +0200 fixed pattern comnpletion; untabified
krauss [Tue, 28 Aug 2007 23:53:07 +0200] rev 24466
fixed pattern comnpletion; untabified
Tue, 28 Aug 2007 20:13:47 +0200 revert to Word library version from 2007/08/20
huffman [Tue, 28 Aug 2007 20:13:47 +0200] rev 24465
revert to Word library version from 2007/08/20
Tue, 28 Aug 2007 19:45:45 +0200 TheoremHook: fixed copy-paste mistake;
wenzelm [Tue, 28 Aug 2007 19:45:45 +0200] rev 24464
TheoremHook: fixed copy-paste mistake;
Tue, 28 Aug 2007 18:26:48 +0200 Smaller size and fewer iterations for quickcheck.
berghofe [Tue, 28 Aug 2007 18:26:48 +0200] rev 24463
Smaller size and fewer iterations for quickcheck.
Tue, 28 Aug 2007 18:24:34 +0200 codegen.ML is now loaded in Pure again.
berghofe [Tue, 28 Aug 2007 18:24:34 +0200] rev 24462
codegen.ML is now loaded in Pure again.
Tue, 28 Aug 2007 18:23:59 +0200 Changed "code" attribute of concat_map_singleton to "code unfold".
berghofe [Tue, 28 Aug 2007 18:23:59 +0200] rev 24461
Changed "code" attribute of concat_map_singleton to "code unfold".
Tue, 28 Aug 2007 18:21:53 +0200 Code generator now uses sequences with depth limit.
berghofe [Tue, 28 Aug 2007 18:21:53 +0200] rev 24460
Code generator now uses sequences with depth limit.
Tue, 28 Aug 2007 18:20:11 +0200 Got rid of large simpset in proof of characteristic equations
berghofe [Tue, 28 Aug 2007 18:20:11 +0200] rev 24459
Got rid of large simpset in proof of characteristic equations for freshness.
Tue, 28 Aug 2007 18:16:06 +0200 Added sequences with recursion depth limit.
berghofe [Tue, 28 Aug 2007 18:16:06 +0200] rev 24458
Added sequences with recursion depth limit.
Tue, 28 Aug 2007 18:14:17 +0200 Adapted to changes in interface of Specification.theorem_i
berghofe [Tue, 28 Aug 2007 18:14:17 +0200] rev 24457
Adapted to changes in interface of Specification.theorem_i
Tue, 28 Aug 2007 18:12:00 +0200 - restored old setup
berghofe [Tue, 28 Aug 2007 18:12:00 +0200] rev 24456
- restored old setup - new infrastructure for auto quickcheck - fixed bug in eta_expand that caused argument types to get mixed up
Tue, 28 Aug 2007 18:07:25 +0200 codegen.ML is now loaded in Pure again.
berghofe [Tue, 28 Aug 2007 18:07:25 +0200] rev 24455
codegen.ML is now loaded in Pure again.
Tue, 28 Aug 2007 18:06:24 +0200 - new auto-quickcheck flag
berghofe [Tue, 28 Aug 2007 18:06:24 +0200] rev 24454
- new auto-quickcheck flag - repaired and inserted proof_pref again
Tue, 28 Aug 2007 18:04:21 +0200 Added local_theory_to_proof'
berghofe [Tue, 28 Aug 2007 18:04:21 +0200] rev 24453
Added local_theory_to_proof'
Tue, 28 Aug 2007 18:03:16 +0200 - theorem(_i) now also takes "interactive" flag as argument
berghofe [Tue, 28 Aug 2007 18:03:16 +0200] rev 24452
- theorem(_i) now also takes "interactive" flag as argument - added theorem hook
Tue, 28 Aug 2007 18:01:37 +0200 Specification.theorem now also takes "interactive" flag as argument.
berghofe [Tue, 28 Aug 2007 18:01:37 +0200] rev 24451
Specification.theorem now also takes "interactive" flag as argument.
Tue, 28 Aug 2007 16:33:52 +0200 Commented out non-standard paragraph formatting.
nipkow [Tue, 28 Aug 2007 16:33:52 +0200] rev 24450
Commented out non-standard paragraph formatting.
Tue, 28 Aug 2007 15:34:15 +0200 added (code) lemmas for setsum and foldl
nipkow [Tue, 28 Aug 2007 15:34:15 +0200] rev 24449
added (code) lemmas for setsum and foldl
Tue, 28 Aug 2007 11:51:27 +0200 replaced 'sorry' by unproven;
wenzelm [Tue, 28 Aug 2007 11:51:27 +0200] rev 24448
replaced 'sorry' by unproven;
Tue, 28 Aug 2007 11:25:32 +0200 do not touch quick_and_dirty;
wenzelm [Tue, 28 Aug 2007 11:25:32 +0200] rev 24447
do not touch quick_and_dirty;
Tue, 28 Aug 2007 11:25:31 +0200 norm_absolute: CRITICAL;
wenzelm [Tue, 28 Aug 2007 11:25:31 +0200] rev 24446
norm_absolute: CRITICAL;
Tue, 28 Aug 2007 11:25:30 +0200 tuned load order -- minimizes modules before Secure;
wenzelm [Tue, 28 Aug 2007 11:25:30 +0200] rev 24445
tuned load order -- minimizes modules before Secure;
Tue, 28 Aug 2007 11:25:29 +0200 induct: proper separation of initial and terminal step;
wenzelm [Tue, 28 Aug 2007 11:25:29 +0200] rev 24444
induct: proper separation of initial and terminal step; avoid unspecific prems;
Tue, 28 Aug 2007 03:58:37 +0200 move WordExamples to Examples directory
huffman [Tue, 28 Aug 2007 03:58:37 +0200] rev 24443
move WordExamples to Examples directory
Tue, 28 Aug 2007 03:56:24 +0200 HOL-Word-Examples
huffman [Tue, 28 Aug 2007 03:56:24 +0200] rev 24442
HOL-Word-Examples
Tue, 28 Aug 2007 03:49:18 +0200 Word Examples directory
huffman [Tue, 28 Aug 2007 03:49:18 +0200] rev 24441
Word Examples directory
Tue, 28 Aug 2007 00:18:10 +0200 add parallel sessions for atbroy99 and macbroy6
kleing [Tue, 28 Aug 2007 00:18:10 +0200] rev 24440
add parallel sessions for atbroy99 and macbroy6
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip