src/HOL/Tools/datatype_codegen.ML
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Mon, 23 Feb 2009 21:38:36 +0100 haftmann improved treatment of case certificates
Thu, 01 Jan 2009 23:31:49 +0100 wenzelm normalized some ML type/val aliases;
Wed, 31 Dec 2008 18:53:16 +0100 wenzelm moved old add_type_XXX, add_term_XXX etc. to structure OldTerm;
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Thu, 04 Dec 2008 14:43:33 +0100 haftmann cleaned up binding module and related code
Thu, 23 Oct 2008 14:22:16 +0200 wenzelm renamed structure Susp to Lazy, and Susp.delay to Lazy.lazy;
Sun, 19 Oct 2008 21:14:53 +0200 berghofe datatype_codegen now checks name of result type of constructor
Thu, 09 Oct 2008 08:47:27 +0200 haftmann established canonical argument order in SML code generators
Tue, 30 Sep 2008 12:49:18 +0200 haftmann clarified codegen interfaces
Mon, 29 Sep 2008 10:58:01 +0200 wenzelm LocalTheory.exit_global;
Fri, 26 Sep 2008 09:10:02 +0200 haftmann removed obsolete name convention "func"
Thu, 25 Sep 2008 09:28:08 +0200 haftmann non left-linear equations for nbe
Tue, 02 Sep 2008 16:55:33 +0200 wenzelm type Attrib.binding abbreviates Name.binding without attributes;
Tue, 02 Sep 2008 14:10:45 +0200 wenzelm explicit type Name.binding for higher-specification elements;
Thu, 28 Aug 2008 22:09:20 +0200 haftmann restructured and split code serializer module
Mon, 30 Jun 2008 13:41:33 +0200 haftmann simplified retrieval of theory names of consts and types
Mon, 09 Jun 2008 17:07:10 +0200 wenzelm qualified DatatypePackage.distinct_simproc;
Fri, 23 May 2008 16:41:39 +0200 berghofe Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
Tue, 22 Apr 2008 08:33:16 +0200 haftmann constant HOL.eq now qualified
Wed, 02 Apr 2008 15:58:32 +0200 haftmann explicit class "eq" for operational equality
Thu, 10 Jan 2008 19:21:56 +0100 berghofe Test data generation and conversion to terms is now more closely
Tue, 08 Jan 2008 11:37:30 +0100 haftmann explicit type variables for instantiation
Mon, 10 Dec 2007 11:24:15 +0100 haftmann moved instance parameter management from class.ML to axclass.ML
Fri, 07 Dec 2007 15:07:54 +0100 haftmann dropped Instance.instantiate
Wed, 05 Dec 2007 14:15:45 +0100 haftmann simplified infrastructure for code generator operational equality
Thu, 29 Nov 2007 23:01:17 +0100 haftmann stripped down
Thu, 29 Nov 2007 17:08:26 +0100 haftmann instance command as rudimentary class target
Wed, 28 Nov 2007 15:09:20 +0100 haftmann simplified interpretations
Wed, 28 Nov 2007 09:01:42 +0100 haftmann tuned interfaces of class module
Thu, 11 Oct 2007 19:10:17 +0200 wenzelm moved Drule.unvarify to Thm.unvarify (cf. more_thm.ML);
Thu, 04 Oct 2007 19:54:46 +0200 haftmann tuned datatype_codegen setup
Tue, 25 Sep 2007 15:34:35 +0200 wenzelm simplified interpretation setup;
Tue, 25 Sep 2007 12:16:08 +0200 haftmann datatype interpretators for size and datatype_realizer
Tue, 18 Sep 2007 07:46:00 +0200 haftmann introduced generic concepts for theory interpretators
Tue, 18 Sep 2007 07:36:15 +0200 haftmann distinction between regular and default code theorems
Sat, 15 Sep 2007 19:27:44 +0200 haftmann clarified class interfaces and internals
Sat, 25 Aug 2007 09:22:22 +0200 haftmann made SML/NJ happy
Fri, 24 Aug 2007 14:14:20 +0200 haftmann overloaded definitions accompanied by explicit constants
Fri, 10 Aug 2007 17:04:34 +0200 haftmann new structure for code generator modules
Fri, 03 Aug 2007 16:28:15 +0200 wenzelm replaced Theory.self_ref by Theory.check_thy, which now produces a checked ref;
Mon, 16 Jul 2007 09:29:04 +0200 haftmann added function for case certificates
Tue, 10 Jul 2007 17:30:53 +0200 haftmann tuned
Thu, 28 Jun 2007 19:09:35 +0200 haftmann tuned
Thu, 10 May 2007 10:22:17 +0200 haftmann consts in consts_code Isar commands are now referred to by usual term syntax
Tue, 24 Apr 2007 15:13:19 +0200 berghofe Streamlined datatype_codegen function using new datatype_of_case
Fri, 20 Apr 2007 11:21:48 +0200 haftmann cleared dead code
Wed, 04 Apr 2007 00:11:03 +0200 wenzelm removed obsolete sign_of/sign_of_thm;
Tue, 03 Apr 2007 19:24:10 +0200 wenzelm ranamed CodegenData.lazy to lazy_thms (avoid clash with Alice keywords);
Fri, 30 Mar 2007 16:19:03 +0200 haftmann simplified constant representation in code generator
Tue, 20 Mar 2007 15:52:37 +0100 haftmann switched exception from arbitrary to undefined
Sun, 11 Mar 2007 15:02:44 +0100 haftmann clarified code
Sat, 10 Mar 2007 16:13:08 +0100 berghofe Eta-expanded codetype_hook to make SML/NJ happy.
Fri, 09 Mar 2007 08:45:53 +0100 haftmann dropped code datatype certificates
Fri, 16 Feb 2007 22:13:15 +0100 wenzelm unified arity parser/arguments;
Sat, 10 Feb 2007 09:26:15 +0100 haftmann canonical interface for attributes
Thu, 25 Jan 2007 09:32:34 +0100 haftmann adjusted names
Wed, 10 Jan 2007 09:28:24 +0100 haftmann improved case patterns
Wed, 10 Jan 2007 08:58:35 +0100 haftmann added undefined in cases
Tue, 09 Jan 2007 19:08:58 +0100 haftmann handling for "undefined" in case expressions
less more (0) -100 -60 tip