Fri, 31 Aug 2007 18:46:37 +0200 wenzelm prove: setmp quick_and_dirty (avoids race condition);
Fri, 31 Aug 2007 18:46:35 +0200 wenzelm export various inner syntax modes;
Fri, 31 Aug 2007 18:46:34 +0200 wenzelm type_infer: mode_pattern;
Fri, 31 Aug 2007 18:46:33 +0200 wenzelm do not touch quick_and_dirty;
Fri, 31 Aug 2007 16:17:53 +0200 wenzelm tuned multithreading entry -- no longer experimental;
Fri, 31 Aug 2007 15:56:19 +0200 nipkow explained \isatstyle(minor)
Fri, 31 Aug 2007 12:24:00 +0200 nipkow added short_names explanation
Thu, 30 Aug 2007 22:35:40 +0200 wenzelm added join_mode;
Thu, 30 Aug 2007 22:35:38 +0200 wenzelm replaced ProofContext.infer_types by general Syntax.check_terms;
Thu, 30 Aug 2007 22:35:34 +0200 wenzelm replaced ProofContext.infer_types by general Syntax.check_terms;
Thu, 30 Aug 2007 21:44:29 +0200 nipkow *** empty log message ***
Thu, 30 Aug 2007 21:43:31 +0200 nipkow added constant sgn
Thu, 30 Aug 2007 21:43:08 +0200 nipkow added lemma
Thu, 30 Aug 2007 17:09:02 +0200 wenzelm added some more entries;
Thu, 30 Aug 2007 15:04:50 +0200 wenzelm turned type_check into separate typ/term_check;
Thu, 30 Aug 2007 15:04:49 +0200 wenzelm tuned;
Thu, 30 Aug 2007 15:04:48 +0200 wenzelm moved type_mode to type.ML;
Thu, 30 Aug 2007 15:04:44 +0200 wenzelm infer_types: general check_typs instead of Type.cert_typ_mode;
Thu, 30 Aug 2007 15:04:42 +0200 wenzelm maintain mode in context (get/set/restore_mode);
Thu, 30 Aug 2007 15:04:41 +0200 wenzelm added burrow_types;
Thu, 30 Aug 2007 11:46:37 +0200 berghofe - tuned section about inductive predicates
Thu, 30 Aug 2007 05:01:38 +0200 huffman ported div/mod simprocs from HOL/ex/Binary.thy
Wed, 29 Aug 2007 23:06:27 +0200 wenzelm renamed POLYML_LINK_OPTIONS to POLY_LINK_OPTIONS;
Wed, 29 Aug 2007 22:47:01 +0200 wenzelm added POLYML_LINK_OPTIONS, which is required for unusual platforms (notably cygwin);
Wed, 29 Aug 2007 20:18:23 +0200 wenzelm some simultaneous use_thys;
Wed, 29 Aug 2007 19:00:40 +0200 berghofe Updated section about inductive definitions.
Wed, 29 Aug 2007 17:25:04 +0200 nipkow turned list comprehension translations into ML to optimize base case
Wed, 29 Aug 2007 16:46:08 +0200 wenzelm 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 wenzelm added x86-solaris;
Wed, 29 Aug 2007 14:21:19 +0200 chaieb fixed Proofs
Wed, 29 Aug 2007 13:58:00 +0200 wenzelm 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 chaieb removed unused theorems ; added lifting properties for foldr and foldl
Wed, 29 Aug 2007 11:10:28 +0200 wenzelm 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 berghofe Deleted unused fillin_mixfix function.
Wed, 29 Aug 2007 00:49:48 +0200 kleing mark all parallel sessions as experimental
Wed, 29 Aug 2007 00:32:35 +0200 kleing atbroy99 is 64bit
Tue, 28 Aug 2007 23:53:07 +0200 krauss fixed pattern comnpletion; untabified
Tue, 28 Aug 2007 20:13:47 +0200 huffman revert to Word library version from 2007/08/20
Tue, 28 Aug 2007 19:45:45 +0200 wenzelm TheoremHook: fixed copy-paste mistake;
Tue, 28 Aug 2007 18:26:48 +0200 berghofe Smaller size and fewer iterations for quickcheck.
Tue, 28 Aug 2007 18:24:34 +0200 berghofe codegen.ML is now loaded in Pure again.
Tue, 28 Aug 2007 18:23:59 +0200 berghofe Changed "code" attribute of concat_map_singleton to "code unfold".
Tue, 28 Aug 2007 18:21:53 +0200 berghofe Code generator now uses sequences with depth limit.
Tue, 28 Aug 2007 18:20:11 +0200 berghofe Got rid of large simpset in proof of characteristic equations
Tue, 28 Aug 2007 18:16:06 +0200 berghofe Added sequences with recursion depth limit.
Tue, 28 Aug 2007 18:14:17 +0200 berghofe Adapted to changes in interface of Specification.theorem_i
Tue, 28 Aug 2007 18:12:00 +0200 berghofe - restored old setup
Tue, 28 Aug 2007 18:07:25 +0200 berghofe codegen.ML is now loaded in Pure again.
Tue, 28 Aug 2007 18:06:24 +0200 berghofe - new auto-quickcheck flag
Tue, 28 Aug 2007 18:04:21 +0200 berghofe Added local_theory_to_proof'
Tue, 28 Aug 2007 18:03:16 +0200 berghofe - theorem(_i) now also takes "interactive" flag as argument
Tue, 28 Aug 2007 18:01:37 +0200 berghofe Specification.theorem now also takes "interactive" flag as argument.
Tue, 28 Aug 2007 16:33:52 +0200 nipkow Commented out non-standard paragraph formatting.
Tue, 28 Aug 2007 15:34:15 +0200 nipkow added (code) lemmas for setsum and foldl
Tue, 28 Aug 2007 11:51:27 +0200 wenzelm replaced 'sorry' by unproven;
Tue, 28 Aug 2007 11:25:32 +0200 wenzelm do not touch quick_and_dirty;
Tue, 28 Aug 2007 11:25:31 +0200 wenzelm norm_absolute: CRITICAL;
Tue, 28 Aug 2007 11:25:30 +0200 wenzelm tuned load order -- minimizes modules before Secure;
Tue, 28 Aug 2007 11:25:29 +0200 wenzelm induct: proper separation of initial and terminal step;
Tue, 28 Aug 2007 03:58:37 +0200 huffman move WordExamples to Examples directory
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip