src/HOL/Tools/inductive_realizer.ML
Tue, 23 Jun 2009 16:27:12 +0200 haftmann tuned interfaces of datatype module
Tue, 23 Jun 2009 15:32:34 +0200 haftmann add_datatypes does not yield particular rules any longer
Tue, 23 Jun 2009 14:50:34 +0200 haftmann add_datatype interface yields type names and less rules
Fri, 19 Jun 2009 17:23:21 +0200 haftmann discontinued ancient tradition to suffix certain ML module names with "_package"
Tue, 16 Jun 2009 16:37:07 +0200 haftmann datatype packages: record datatype_config for configuration flags; less verbose signatures
Thu, 04 Jun 2009 16:11:04 +0200 haftmann avoid Library.foldl_map
Mon, 18 May 2009 09:48:06 +0200 haftmann introduced Thm.generatedK
Sat, 16 May 2009 20:17:59 +0200 bulwahn added new kind generated_theorem for theorems which are generated by packages to distinguish between theorems from users and packages
Thu, 26 Mar 2009 14:14:02 +0100 wenzelm simplified attribute and method setup: eliminating bottom-up styles makes it easier to keep things in one place, and also SML/NJ happy;
Sun, 15 Mar 2009 15:59:44 +0100 wenzelm simplified attribute setup;
Wed, 11 Mar 2009 15:42:19 +0100 wenzelm explicit Binding.qualified_name -- prevents implicitly qualified bstring;
Sun, 08 Mar 2009 17:26:14 +0100 wenzelm moved basic algebra of long names from structure NameSpace to Long_Name;
Sat, 07 Mar 2009 22:17:25 +0100 wenzelm more uniform handling of binding in packages;
Thu, 05 Mar 2009 12:08:00 +0100 wenzelm renamed NameSpace.base to NameSpace.base_name;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 21 Jan 2009 16:47:04 +0100 haftmann binding replaces bstring
Wed, 07 Jan 2009 23:53:08 +0100 wenzelm inductive: added fork_mono flag;
Wed, 31 Dec 2008 20:31:36 +0100 wenzelm eliminated OldTerm.add_term_free_names;
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
Sun, 16 Nov 2008 20:03:42 +0100 wenzelm clarified Thm.proof_body_of vs. Thm.proof_of;
Sat, 15 Nov 2008 21:31:19 +0100 wenzelm name_of_thm: Proofterm.fold_proof_atoms;
Tue, 23 Sep 2008 15:48:50 +0200 wenzelm Thm.proof_of;
Tue, 02 Sep 2008 14:10:45 +0200 wenzelm explicit type Name.binding for higher-specification elements;
Sun, 24 Aug 2008 14:42:24 +0200 haftmann default replaces arbitrary
Mon, 23 Jun 2008 23:45:39 +0200 wenzelm Logic.all/mk_equals/mk_implies;
Tue, 10 Jun 2008 15:31:04 +0200 haftmann polished interface of datatype package
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Thu, 17 Apr 2008 22:22:21 +0200 wenzelm prove_global: pass context;
Tue, 15 Apr 2008 18:49:16 +0200 wenzelm PureThy.hide_fact;
Sat, 12 Apr 2008 17:00:35 +0200 wenzelm rep_cterm/rep_thm: no longer dereference theory_ref;
Thu, 03 Apr 2008 17:55:12 +0200 berghofe Added skip_mono flag to inductive definition package.
Sat, 29 Mar 2008 19:14:03 +0100 wenzelm simplified PureThy.store_thm;
Sat, 29 Mar 2008 13:03:08 +0100 wenzelm eliminated quiete_mode ref (turned into proper argument);
Thu, 20 Mar 2008 00:20:44 +0100 wenzelm simplified get_thm(s): back to plain name argument;
Wed, 19 Mar 2008 22:27:57 +0100 wenzelm renamed datatype thmref to Facts.ref, tuned interfaces;
Mon, 25 Feb 2008 16:31:15 +0100 wenzelm inductive package: simplified group handling;
Sat, 26 Jan 2008 17:08:35 +0100 wenzelm internal inductive: fresh theorem group;
Tue, 09 Oct 2007 17:10:34 +0200 wenzelm AxClass.axiomatize: renamed XXX_i to XXX, and XXX to XXX_cmd;
Tue, 02 Oct 2007 22:23:28 +0200 wenzelm tuned internal inductive interface;
Fri, 28 Sep 2007 10:32:38 +0200 berghofe Adapted to changes in interface of add_inductive_i.
Tue, 25 Sep 2007 17:06:14 +0200 wenzelm proper Sign operations instead of Theory aliases;
Mon, 06 Aug 2007 16:08:01 +0200 berghofe Added renaming function to prevent correctness proof for realizer
Thu, 05 Jul 2007 20:01:26 +0200 wenzelm renamed ObjectLogic.atomize_tac to ObjectLogic.atomize_prems_tac;
Thu, 05 Jul 2007 00:06:14 +0200 wenzelm avoid polymorphic equality;
Wed, 25 Apr 2007 15:25:22 +0200 berghofe Moved functions infer_intro_vars, arities_of, params_of, and
Thu, 05 Apr 2007 14:56:10 +0200 berghofe - Tried to make name_of_thm more robust against changes of the
Wed, 04 Apr 2007 23:29:33 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 07 Feb 2007 17:44:07 +0100 berghofe Adapted to new inductive definition package.
Fri, 15 Dec 2006 00:08:06 +0100 wenzelm avoid conflict with Alice keywords: renamed pack -> implode, unpack -> explode, any -> many, avoided assert;
Tue, 05 Dec 2006 00:30:38 +0100 wenzelm thm/prf: separate official name vs. additional tags;
Thu, 16 Nov 2006 01:07:25 +0100 wenzelm moved some fundamental concepts to General/basics.ML;
Fri, 13 Oct 2006 18:23:37 +0200 berghofe Moved old inductive package to old_inductive_package.ML
Tue, 10 Oct 2006 13:59:13 +0200 haftmann gen_rem(s) abandoned in favour of remove / subtract
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);
Wed, 07 Jun 2006 02:01:28 +0200 wenzelm renamed Type.(un)varifyT to Logic.(un)varifyT;
Thu, 11 May 2006 19:19:31 +0200 wenzelm avoid raw equality on type thm;
Sun, 30 Apr 2006 22:50:03 +0200 wenzelm AxClass.axiomatize_arity_i;
less more (0) -60 tip