src/HOL/Tools/inductive_codegen.ML
Thu, 01 Jan 2009 14:23:39 +0100 wenzelm eliminated OldTerm.(add_)term_consts;
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, 09 Oct 2008 08:47:27 +0200 haftmann established canonical argument order in SML code generators
Sat, 09 Aug 2008 22:43:46 +0200 wenzelm unified Args.T with OuterLex.token, renamed some operations;
Mon, 30 Jun 2008 13:41:33 +0200 haftmann simplified retrieval of theory names of consts and types
Fri, 23 May 2008 16:41:39 +0200 berghofe Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 15:31:42 +0200 wenzelm cat_lines;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Wed, 07 May 2008 10:57:19 +0200 berghofe Adapted to encoding of sets as predicates
Tue, 18 Sep 2007 07:36:38 +0200 haftmann separated code for inductive sequences from inductive_codegen.ML
Sat, 15 Sep 2007 19:27:35 +0200 haftmann fixed title
Tue, 28 Aug 2007 18:16:06 +0200 berghofe Added sequences with recursion depth limit.
Fri, 10 Aug 2007 17:04:34 +0200 haftmann new structure for code generator modules
Thu, 02 Aug 2007 17:29:40 +0200 berghofe - Added cycle test to function mk_ind_def to avoid non-termination
Wed, 11 Jul 2007 11:38:25 +0200 berghofe Improved code generator for Collect.
Thu, 10 May 2007 10:22:17 +0200 haftmann consts in consts_code Isar commands are now referred to by usual term syntax
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Wed, 25 Apr 2007 15:26:01 +0200 berghofe Moved function params_of to inductive_package.ML.
Fri, 13 Apr 2007 15:43:25 +0200 berghofe Removed erroneous application of rev in get_clauses that caused
Thu, 12 Apr 2007 12:26:19 +0200 haftmann canonical merge operations
Sat, 31 Mar 2007 12:40:55 +0200 berghofe Fixed bug in dest_prem: premises of the form "p x_1 ... x_n"
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Wed, 07 Feb 2007 17:44:07 +0100 berghofe Adapted to new inductive definition package.
Fri, 13 Oct 2006 18:23:37 +0200 berghofe Moved old inductive package to old_inductive_package.ML
Mon, 09 Oct 2006 02:19:49 +0200 wenzelm attribute: Context.mapping;
Tue, 11 Jul 2006 12:16:54 +0200 wenzelm replaced Term.variant(list) by Name.variant(_list);
Mon, 12 Jun 2006 21:19:00 +0200 wenzelm tuned Seq/Envir/Unify interfaces;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Sun, 12 Feb 2006 21:34:18 +0100 wenzelm simplified TableFun.join;
Tue, 07 Feb 2006 19:56:45 +0100 wenzelm renamed gen_duplicates to duplicates;
Mon, 06 Feb 2006 20:58:56 +0100 wenzelm replaced Symtab.merge_multi by local merge_rules;
Mon, 06 Feb 2006 11:01:28 +0100 haftmann subsituted gen_duplicates / has_duplicates for duplicates whenever appropriate
Sat, 21 Jan 2006 23:02:14 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Tue, 13 Dec 2005 10:39:32 +0100 berghofe list_of_indset now also generates code for set type.
Tue, 20 Sep 2005 16:17:34 +0200 haftmann introduced AList module in favor of assoc etc.
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Mon, 05 Sep 2005 17:38:18 +0200 wenzelm curried_lookup/update;
Thu, 25 Aug 2005 16:10:16 +0200 berghofe Implemented incremental code generation.
Fri, 15 Jul 2005 15:44:15 +0200 wenzelm tuned fold on terms;
Fri, 01 Jul 2005 14:13:40 +0200 berghofe Adapted to modular code generation.
Fri, 17 Jun 2005 18:33:05 +0200 wenzelm accomodate change of TheoryDataFun;
Thu, 07 Apr 2005 09:24:35 +0200 wenzelm handle Option instead of OPTION;
Fri, 04 Mar 2005 15:07:34 +0100 skalberg Removed practically all references to Library.foldr.
Thu, 03 Mar 2005 12:43:01 +0100 skalberg Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 skalberg Deleted Library.option type.
Tue, 26 Oct 2004 16:26:53 +0200 berghofe Added call to Codegen.preprocess.
Thu, 23 Sep 2004 10:20:52 +0200 berghofe - Inserted additional check for equality types in check_mode_clause that
Tue, 10 Aug 2004 19:10:39 +0200 berghofe Fixed bug in compile_clause that caused equality constraints
Mon, 19 Jul 2004 18:14:22 +0200 berghofe Added simple check that allows code generator to produce code containing
Fri, 09 Jul 2004 16:33:20 +0200 berghofe - Added support for conditional equations whose premises involve
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Tue, 01 Jun 2004 14:59:54 +0200 berghofe Adapted to new name mangling function.
Wed, 14 Apr 2004 11:44:57 +0200 berghofe Fixed bug in check_mode_clause.
Wed, 29 Oct 2003 19:18:15 +0100 berghofe Inserted additional checks in functions dest_prem and add_prod_factors, to
Mon, 22 Sep 2003 16:06:05 +0200 berghofe Changed interface of add_attribute.
Fri, 22 Aug 2003 11:51:42 +0200 berghofe Improved handling of modes for equality predicate, to avoid ill-typed
Thu, 21 Aug 2003 16:20:45 +0200 berghofe Fixed problem with "code ind" attribute that caused code generator to
less more (0) -60 tip