src/HOL/Product_Type.thy
Fri, 10 Oct 2008 06:45:53 +0200 `code func` now just `code`
Thu, 09 Oct 2008 08:47:27 +0200 established canonical argument order in SML code generators
Thu, 25 Sep 2008 09:28:03 +0200 discontinued special treatment of op = vs. eq_class.eq
Wed, 17 Sep 2008 21:27:08 +0200 back to dynamic the_context(), because static @{theory} is invalidated if ML environment changes within the same code block;
Tue, 10 Jun 2008 15:30:33 +0200 rep_datatype command now takes list of constructors as input arguments
Fri, 23 May 2008 16:41:39 +0200 Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
Wed, 07 May 2008 10:56:40 +0200 split_beta is now declared as monotonicity rule, to allow bounded
Wed, 09 Apr 2008 08:10:11 +0200 removed syntax from monad combinators; renamed mbind to scomp
Sat, 29 Mar 2008 19:14:00 +0100 replaced 'ML_setup' by 'ML';
Thu, 20 Mar 2008 12:04:54 +0100 Product_Type.apfst and Product_Type.apsnd; mbind combinator; tuned
Wed, 19 Mar 2008 22:47:38 +0100 more antiquotations;
Tue, 26 Feb 2008 11:18:43 +0100 Added useful general lemmas from the work with the HeapMonad
Thu, 10 Jan 2008 19:09:21 +0100 New interface for test data generators.
Wed, 05 Dec 2007 14:15:45 +0100 simplified infrastructure for code generator operational equality
Fri, 30 Nov 2007 20:13:05 +0100 more canonical attribute application
Thu, 04 Oct 2007 19:54:44 +0200 certificates for code generator case expressions
Tue, 25 Sep 2007 12:16:08 +0200 datatype interpretators for size and datatype_realizer
Wed, 15 Aug 2007 12:52:56 +0200 ATP blacklisting is now in theory data, attribute noatp
Tue, 07 Aug 2007 09:38:44 +0200 split off theory Option for benefit of code generator
Tue, 05 Jun 2007 15:16:08 +0200 merged Code_Generator.thy into HOL.thy
Wed, 09 May 2007 07:53:06 +0200 moved recfun_codegen.ML to Code_Generator.thy
Sun, 06 May 2007 21:49:23 +0200 tuned
Fri, 20 Apr 2007 11:21:42 +0200 Isar definitions are now added explicitly to code theorem table
Wed, 04 Apr 2007 00:10:59 +0200 ML antiquotes;
Mon, 12 Mar 2007 19:23:49 +0100 syntax: proper body priorty for derived binders;
Fri, 02 Mar 2007 15:43:20 +0100 using "fst" "snd" for Haskell code
Fri, 23 Feb 2007 08:39:22 +0100 slight cleanup
Wed, 27 Dec 2006 19:09:57 +0100 moved code generator product setup here
Wed, 22 Nov 2006 10:20:12 +0100 dropped eq const
Fri, 17 Nov 2006 02:20:03 +0100 more robust syntax for definition/abbreviation/notation;
Mon, 13 Nov 2006 15:43:08 +0100 added thy dependencies
Tue, 07 Nov 2006 11:47:57 +0100 renamed 'const_syntax' to 'notation';
Mon, 06 Nov 2006 16:28:36 +0100 two further lemmas on split
Mon, 16 Oct 2006 14:07:31 +0200 moved HOL code generator setup to Code_Generator
Tue, 19 Sep 2006 15:21:42 +0200 added operational equality
Fri, 25 Aug 2006 18:45:57 +0200 explicit type variables prevent empty sorts
Mon, 14 Aug 2006 13:46:06 +0200 simplified code generator setup
Wed, 12 Jul 2006 17:00:22 +0200 adaptions in codegen
Sat, 08 Jul 2006 12:54:30 +0200 simprocs: no theory argument -- use simpset context instead;
Tue, 16 May 2006 21:33:01 +0200 tuned concrete syntax -- abbreviation/const_syntax;
Tue, 02 May 2006 20:42:30 +0200 replaced syntax/translations by abbreviation;
Fri, 03 Mar 2006 19:30:20 +0100 changed and retracted change of location of code lemmas.
Sat, 25 Feb 2006 15:19:47 +0100 improved codegen bootstrap
Mon, 20 Feb 2006 11:38:06 +0100 slight code generator serialization improvements
Tue, 14 Feb 2006 17:07:48 +0100 added theory of executable rational numbers
Fri, 10 Feb 2006 09:09:07 +0100 improved code generator devarification
Tue, 07 Feb 2006 08:47:43 +0100 slight improvements in code generation
Mon, 23 Jan 2006 14:07:52 +0100 removed problematic keyword 'atom'
Thu, 19 Jan 2006 21:22:08 +0100 setup: theory -> theory;
Thu, 19 Jan 2006 14:59:55 +0100 Re-inserted consts_code declaration accidentally deleted
Tue, 17 Jan 2006 16:36:57 +0100 substantial improvements in code generator
Thu, 29 Dec 2005 15:31:10 +0100 adaptions to changes in code generator
Thu, 08 Dec 2005 20:15:50 +0100 tuned proofs;
Fri, 02 Dec 2005 16:05:12 +0100 adjusted to improved code generator interface
Thu, 01 Dec 2005 22:04:27 +0100 simprocs: static evaluation of simpset;
Tue, 22 Nov 2005 12:59:25 +0100 added codegenerator
Fri, 28 Oct 2005 17:27:04 +0200 added extraction interface for code generator
Fri, 21 Oct 2005 18:14:34 +0200 Goal.prove;
Mon, 17 Oct 2005 23:10:10 +0200 change_claset/simpset;
Fri, 07 Oct 2005 22:59:19 +0200 replaced _K by dummy abstraction;