src/Pure/Isar/attrib.ML
Wed, 26 Sep 2007 19:17:58 +0200 wenzelm added eval_thms;
Tue, 25 Sep 2007 17:06:18 +0200 wenzelm tuned functor application;
Mon, 13 Aug 2007 04:35:41 +0200 kleing new attribute [rotated]
Tue, 07 Aug 2007 20:19:55 +0200 wenzelm turned Unify flags into configuration options (global only);
Thu, 02 Aug 2007 12:06:29 +0200 wenzelm turned simp_depth_limit into configuration option;
Wed, 01 Aug 2007 16:55:37 +0200 wenzelm tuned config options: eliminated separate attribute "option";
Sat, 28 Jul 2007 22:01:01 +0200 wenzelm attribute "option": proper naming within the theory
Sat, 28 Jul 2007 20:40:27 +0200 wenzelm tuned;
Fri, 27 Jul 2007 21:55:18 +0200 wenzelm renamed Config to ConfigOption;
Fri, 27 Jul 2007 16:31:16 +0200 wenzelm attribute "option": more elaborate syntax (with value parsing);
Wed, 25 Jul 2007 22:20:50 +0200 wenzelm added attribute "option" for setting configuration options;
Mon, 23 Jul 2007 19:45:44 +0200 wenzelm eliminated transform_failure (to avoid critical section for main transactions);
Sun, 08 Jul 2007 19:51:58 +0200 wenzelm replaced exception TableFun/GraphFun.DUPS by TableFun/GraphFun.DUP;
Thu, 05 Jul 2007 00:06:14 +0200 wenzelm avoid polymorphic equality;
Thu, 24 May 2007 08:37:37 +0200 haftmann tuned Pure/General/name_space.ML
Thu, 10 May 2007 00:39:45 +0200 wenzelm moved conversions to structure Conv;
Mon, 07 May 2007 00:49:59 +0200 wenzelm simplified DataFun interfaces;
Sat, 14 Apr 2007 00:46:20 +0200 wenzelm Morphism.transform/form;
Tue, 03 Apr 2007 19:24:13 +0200 wenzelm renamed Variable.import to import_thms (avoid clash with Alice keywords);
Fri, 19 Jan 2007 22:08:24 +0100 wenzelm removed obsolete Attribute;
Mon, 18 Dec 2006 08:21:35 +0100 haftmann switched argument order in *.syntax lifters
Thu, 07 Dec 2006 17:58:49 +0100 wenzelm thms etc.: proper treatment of internal_fact with selection;
Tue, 05 Dec 2006 22:14:42 +0100 wenzelm Attrib.internal: morphism;
Tue, 21 Nov 2006 18:07:36 +0100 wenzelm removed kind attribs;
Sat, 14 Oct 2006 23:25:50 +0200 wenzelm added pretty_attribs (from attrib.ML);
Mon, 09 Oct 2006 02:19:58 +0200 wenzelm added kind attributes;
Thu, 03 Aug 2006 17:30:42 +0200 wenzelm moved read_instantiate etc. to rule_insts.ML;
Wed, 02 Aug 2006 22:26:41 +0200 wenzelm normalized Proof.context/method type aliases;
Thu, 27 Jul 2006 23:28:26 +0200 wenzelm no_vars: based on Variable.import;
Thu, 06 Jul 2006 17:47:33 +0200 wenzelm thm parsers: include Args.internal_fact;
Tue, 06 Jun 2006 20:42:28 +0200 wenzelm tuned;
Thu, 27 Apr 2006 15:06:35 +0200 wenzelm tuned basic list operators (flat, maps, map_filter);
Wed, 26 Apr 2006 22:38:05 +0200 wenzelm tuned;
Wed, 15 Feb 2006 21:34:55 +0100 wenzelm removed distinct, renamed gen_distinct to distinct;
Fri, 10 Feb 2006 02:22:41 +0100 wenzelm Context.generic is canonical state of parsers;
Wed, 08 Feb 2006 14:39:00 +0100 haftmann introduced gen_distinct in place of distinct
Thu, 02 Feb 2006 16:31:33 +0100 wenzelm more generic type for map_specs/facts;
Tue, 31 Jan 2006 18:19:27 +0100 wenzelm (un)folded: removed '(raw)' option;
Sun, 29 Jan 2006 19:23:46 +0100 wenzelm added 'defn' attribute;
Sat, 28 Jan 2006 17:28:55 +0100 wenzelm (un)folded: support object-level rewrites;
Fri, 27 Jan 2006 19:03:02 +0100 wenzelm moved theorem tags from Drule to PureThy;
Sat, 21 Jan 2006 23:02:27 +0100 wenzelm simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 wenzelm setup: theory -> theory;
Sat, 14 Jan 2006 17:14:06 +0100 wenzelm sane ERROR handling;
Tue, 10 Jan 2006 19:33:35 +0100 wenzelm added rule, declaration;
Fri, 16 Dec 2005 09:00:11 +0100 haftmann re-arranged tuples (theory * 'a) to ('a * theory) in Pure
Thu, 24 Nov 2005 12:14:56 +0100 wenzelm fixed spelling of 'case_conclusion';
Wed, 23 Nov 2005 18:52:03 +0100 wenzelm added case_conclusion attribute;
Fri, 28 Oct 2005 22:28:07 +0200 wenzelm syntax for literal facts;
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Tue, 20 Sep 2005 08:21:49 +0200 haftmann slight adaptions to library changes
Thu, 15 Sep 2005 17:16:56 +0200 wenzelm TableFun/Symtab: curried lookup and update;
Thu, 01 Sep 2005 18:48:50 +0200 wenzelm curried_lookup/update;
Mon, 29 Aug 2005 16:18:04 +0200 wenzelm use AList operations;
Thu, 18 Aug 2005 11:17:40 +0200 wenzelm added map_specs/facts operators (from locale.ML);
Thu, 28 Jul 2005 15:19:49 +0200 wenzelm Sign.typ_unify;
Mon, 20 Jun 2005 22:14:12 +0200 wenzelm thmref: Name vs. NameSelection;
Fri, 17 Jun 2005 18:35:27 +0200 wenzelm accomodate change of TheoryDataFun;
Thu, 09 Jun 2005 12:03:31 +0200 wenzelm attribs: NameSpace.table;
Tue, 31 May 2005 11:53:32 +0200 wenzelm renamed cond_extern to extern;
Tue, 17 May 2005 10:19:44 +0200 wenzelm tuned;
Wed, 04 May 2005 18:50:39 +0200 berghofe Added eta_long attribute.
Sat, 23 Apr 2005 19:50:23 +0200 wenzelm qualified name Pure.attribute;
Thu, 21 Apr 2005 22:02:06 +0200 wenzelm superceded by Pure.thy and CPure.thy;
Thu, 21 Apr 2005 19:13:03 +0200 berghofe Adapted to new interface of instantiation and unification / matching functions.
Wed, 13 Apr 2005 18:48:39 +0200 wenzelm *** MESSAGE REFERS TO PREVIOUS VERSION ***
Wed, 13 Apr 2005 18:34:22 +0200 wenzelm *** empty log message ***
Wed, 09 Mar 2005 18:44:52 +0100 ballarin First version of global registration command.
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.
Mon, 24 Jan 2005 17:56:18 +0100 berghofe Specific theorems in a named list of theorems can now be referred to
Fri, 06 Aug 2004 13:35:44 +0200 paulson RS -> THEN
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Fri, 07 May 2004 20:33:14 +0200 wenzelm tuned;
Wed, 10 Dec 2003 14:29:44 +0100 ballarin Isar: where attribute supports instantiation of type variables.
Fri, 14 Nov 2003 14:35:55 +0100 ballarin Type inference bug in Isar attributes "where" and "of" fixed.
Sun, 29 Jun 2003 21:29:15 +0200 berghofe Moved function for renaming bound variables to Pure/drule.ML
Fri, 17 Jan 2003 23:52:54 +0100 berghofe Added rename_abs attribute for renaming bound variables.
Wed, 24 Jul 2002 00:11:56 +0200 wenzelm removed attribute "norm_hhf";
Tue, 16 Jul 2002 18:38:11 +0200 wenzelm context rules;
Thu, 17 Jan 2002 21:04:36 +0100 wenzelm Tactic.norm_hhf renamed to Tactic.norm_hhf_rule;
Wed, 16 Jan 2002 15:04:37 +0100 wenzelm norm_hhf;
Wed, 05 Dec 2001 03:13:57 +0100 wenzelm removed bang_args;
Wed, 28 Nov 2001 00:46:26 +0100 wenzelm theory data: removed obsolete finish method;
Fri, 09 Nov 2001 00:19:20 +0100 wenzelm theory data: finish method;
Tue, 23 Oct 2001 19:14:31 +0200 wenzelm removed obsolete "exported" att;
Mon, 15 Oct 2001 20:32:13 +0200 wenzelm bang_args;
Sun, 14 Oct 2001 22:08:29 +0200 wenzelm moved rulify to ObjectLogic;
Sun, 14 Oct 2001 20:09:05 +0200 wenzelm added 'atomize' attribute;
Fri, 12 Oct 2001 12:08:04 +0200 wenzelm removed read_inst', no longer export insts';
Sat, 06 Jan 2001 21:28:04 +0100 wenzelm export read_inst', inst';
Tue, 28 Nov 2000 01:10:22 +0100 wenzelm added "consumes" attribute;
Wed, 04 Oct 2000 20:57:32 +0200 wenzelm 'THEN', 'COMP': improved optional position arg;
Tue, 19 Sep 2000 23:53:00 +0200 wenzelm tuned args;
Wed, 13 Sep 2000 22:31:19 +0200 wenzelm Args.addN, Args.delN;
Tue, 12 Sep 2000 22:13:23 +0200 wenzelm renamed atts: rulify to rule_format, elimify to elim_format;
Thu, 07 Sep 2000 20:57:57 +0200 wenzelm improved att names / msgs;
Thu, 17 Aug 2000 10:39:44 +0200 wenzelm renamed 'RS' to 'THEN';
Sat, 01 Jul 2000 19:41:11 +0200 wenzelm removed help_attributes;
Wed, 31 May 2000 14:27:12 +0200 wenzelm removed 'transfer' att (is now automatic);
Fri, 05 May 2000 22:09:41 +0200 wenzelm GPLed;
Mon, 17 Apr 2000 13:57:55 +0200 wenzelm Pretty.chunks;
Wed, 12 Apr 2000 18:47:03 +0200 wenzelm Args.name_dummy;
Fri, 31 Mar 2000 21:54:50 +0200 wenzelm added add_del_args;
Fri, 17 Mar 2000 16:28:59 +0100 wenzelm untag: remove all tags of given name;
Wed, 08 Mar 2000 17:52:38 +0100 wenzelm added 'case_names' and 'params';
Tue, 22 Feb 2000 21:51:25 +0100 wenzelm tuned syntax wrapper;
Fri, 28 Jan 2000 21:55:43 +0100 wenzelm Drule.instantiate;
Fri, 01 Oct 1999 18:36:12 +0200 wenzelm added undef_global_attribute, undef_local_attribute;
Thu, 30 Sep 1999 23:31:13 +0200 wenzelm removed ProofContext.declare_thm;
Sun, 26 Sep 1999 16:39:54 +0200 wenzelm help: unkown theory context;
Sat, 25 Sep 1999 13:06:59 +0200 wenzelm unfold / fold defs;
Thu, 26 Aug 1999 19:01:58 +0200 wenzelm print_help;
Fri, 09 Jul 1999 18:44:58 +0200 wenzelm COMP: optional position;
Thu, 08 Jul 1999 18:35:11 +0200 wenzelm 'export';
Thu, 01 Jul 1999 21:19:45 +0200 wenzelm renamed with/APP to of/OF;
Mon, 28 Jun 1999 21:41:02 +0200 wenzelm cond_extern_table;
Fri, 04 Jun 1999 19:53:57 +0200 wenzelm added COMP attribute;
Fri, 30 Apr 1999 18:01:11 +0200 wenzelm theory data: copy;
Fri, 16 Apr 1999 17:48:46 +0200 wenzelm and_list;
less more (0) -120 tip