src/Pure/Isar/calculation.ML
Sun, 01 Mar 2009 16:48:06 +0100 discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
Wed, 21 Jan 2009 23:21:44 +0100 removed Ids;
Wed, 21 Jan 2009 16:47:04 +0100 binding replaces bstring
Thu, 04 Dec 2008 14:43:33 +0100 cleaned up binding module and related code
Fri, 12 Sep 2008 12:04:16 +0200 more procise printing of fact names;
Fri, 28 Mar 2008 20:02:04 +0100 Context.>> : operate on Context.generic;
Thu, 27 Mar 2008 15:32:15 +0100 eliminated delayed theory setup
Wed, 19 Mar 2008 22:27:57 +0100 renamed datatype thmref to Facts.ref, tuned interfaces;
Tue, 11 Mar 2008 18:20:47 +0100 Proof.put_thms false;
Sun, 29 Jul 2007 14:29:54 +0200 renamed Drule.add/del/merge_rules to Thm.add/del/merge_thms;
Mon, 07 May 2007 00:49:59 +0200 simplified DataFun interfaces;
Tue, 03 Apr 2007 19:24:19 +0200 avoid clash with Alice keywords;
Thu, 23 Nov 2006 22:38:30 +0100 prefer Proof.context over Context.generic;
Tue, 21 Nov 2006 18:07:44 +0100 renamed Proof.put_thms_internal to Proof.put_thms;
Mon, 09 Oct 2006 02:19:51 +0200 attribute symmetric: zero_var_indexes;
Mon, 12 Jun 2006 21:19:00 +0200 tuned Seq/Envir/Unify interfaces;
Thu, 16 Feb 2006 18:25:58 +0100 Proof.put_thms_internal;
Mon, 06 Feb 2006 20:59:47 +0100 eq_prop: Envir.beta_eta_contract;
Sat, 21 Jan 2006 23:02:14 +0100 simplified type attribute;
Thu, 19 Jan 2006 21:22:08 +0100 setup: theory -> theory;
Sat, 14 Jan 2006 17:14:06 +0100 sane ERROR handling;
Tue, 10 Jan 2006 19:33:36 +0100 generic data and attributes;
Fri, 09 Dec 2005 09:06:45 +0100 oriented result pairs in PureThy
Tue, 22 Nov 2005 19:34:41 +0100 Drule.multi_resolves;
Wed, 14 Sep 2005 22:04:35 +0200 tuned;
Tue, 13 Sep 2005 22:19:34 +0200 more self-contained proof elements (material from isar_thy.ML);
Sun, 26 Jun 2005 15:16:58 +0200 export get_calculation;
Fri, 17 Jun 2005 18:33:05 +0200 accomodate change of TheoryDataFun;
Tue, 17 May 2005 10:19:44 +0200 tuned;
Thu, 21 Apr 2005 22:02:06 +0200 superceded by Pure.thy and CPure.thy;
Thu, 03 Mar 2005 12:43:01 +0100 Move towards standard functions.
Sun, 13 Feb 2005 17:15:14 +0100 Deleted Library.option type.
Mon, 21 Jun 2004 10:25:57 +0200 Merged in license change from Isabelle2004
Wed, 14 Apr 2004 13:28:46 +0200 renamed have_thms to note_thms;
Tue, 13 Apr 2004 20:22:26 +0200 'also'/'moreover': do not interfere with current facts, allow in chain mode;
Tue, 13 Apr 2004 07:47:31 +0200 fix moreover/this behaviour:
Sat, 06 Dec 2003 07:50:01 +0100 do not reset facts ('this') for moreover and also
Tue, 16 Jul 2002 18:38:36 +0200 avoid "_st" versions of proof data;
Thu, 17 Jan 2002 21:04:48 +0100 Thm.prop_of;
Thu, 06 Dec 2001 00:42:00 +0100 clarified sym_del;
Wed, 05 Dec 2001 03:14:22 +0100 added 'sym' and 'symmetric' atts;
Wed, 28 Nov 2001 00:46:26 +0100 theory data: removed obsolete finish method;
Fri, 09 Nov 2001 00:19:20 +0100 theory data: finish method;
Mon, 05 Nov 2001 20:59:35 +0100 pretty/print functions with context;
Fri, 02 Nov 2001 22:02:41 +0100 declare transitive;
Mon, 15 Oct 2001 20:36:48 +0200 tuned NetRules;
Sun, 11 Feb 2001 16:34:20 +0100 more robust selection of calculational rules;
Thu, 16 Nov 2000 22:33:14 +0100 Proof.assert_forward;
Sun, 17 Sep 2000 22:21:31 +0200 Display.pretty_thm_sg;
Thu, 07 Sep 2000 20:56:58 +0200 tuned msgs;
Thu, 13 Jul 2000 23:17:14 +0200 eq_prop: strip_assums_concl;
Sat, 01 Jul 2000 19:42:08 +0200 tuned print_rules;
Mon, 26 Jun 2000 23:59:29 +0200 eq_prop: eta contract;
Fri, 05 May 2000 22:09:41 +0200 GPLed;
Sat, 01 Apr 2000 20:11:50 +0200 more robust handling of explicit rules;
Fri, 31 Mar 2000 21:55:27 +0200 use Attrib.add_del_args;
Sun, 26 Mar 2000 22:31:11 +0200 added 'ultimately';
Thu, 23 Mar 2000 21:37:13 +0100 added 'moreover' command;
Wed, 15 Mar 2000 18:25:42 +0100 tuned comment;
Sun, 27 Feb 2000 15:15:52 +0100 use NetRules;