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
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip