src/FOLP/simp.ML
Fri, 06 Mar 2015 15:58:56 +0100 wenzelm Thm.cterm_of and Thm.ctyp_of operate on local context;
Wed, 04 Mar 2015 19:53:18 +0100 wenzelm tuned signature -- prefer qualified names;
Tue, 10 Feb 2015 14:48:26 +0100 wenzelm proper context for resolve_tac, eresolve_tac, dresolve_tac, forward_tac etc.;
Sun, 21 Dec 2014 22:49:17 +0100 wenzelm tuned signature;
Mon, 10 Nov 2014 21:49:48 +0100 wenzelm proper context for assume_tac (atac remains as fall-back without context);
Fri, 21 Mar 2014 20:33:56 +0100 wenzelm more qualified names;
Wed, 10 Aug 2011 20:53:43 +0200 wenzelm old term operations are legacy;
Sat, 16 Apr 2011 18:11:20 +0200 wenzelm eliminated old List.nth;
Fri, 08 Apr 2011 13:31:16 +0200 wenzelm explicit structure Syntax_Trans;
Sat, 15 May 2010 21:50:05 +0200 wenzelm less pervasive names from structure Thm;
Wed, 05 May 2010 18:25:34 +0200 haftmann farewell to old-style mem infixes -- type inference in situations with mem_int and mem_string should provide enough information to resolve the type of (op =)
Fri, 30 Apr 2010 23:53:37 +0200 wenzelm renamed Variable.thm_context to Variable.global_thm_context to emphasize that this is not the real thing;
Sun, 07 Feb 2010 19:33:34 +0100 wenzelm renamed old-style Drule.standard to Drule.export_without_context, to emphasize that this is in no way a standard operation;
Tue, 24 Nov 2009 17:28:25 +0100 haftmann curried take/drop
Thu, 29 Oct 2009 23:56:33 +0100 wenzelm eliminated some old folds;
Thu, 29 Oct 2009 17:58:26 +0100 wenzelm standardized filter/filter_out;
Tue, 27 Oct 2009 22:56:14 +0100 wenzelm eliminated some old folds;
Thu, 22 Oct 2009 13:48:06 +0200 haftmann map_range (and map_index) combinator
Wed, 21 Oct 2009 10:15:31 +0200 haftmann removed old-style \ and \\ infixes
Sat, 17 Oct 2009 00:52:37 +0200 wenzelm explicitly qualify Drule.standard;
Thu, 15 Oct 2009 23:28:10 +0200 wenzelm replaced String.concat by implode;
Tue, 29 Sep 2009 16:24:36 +0200 wenzelm explicit indication of Unsynchronized.ref;
Sat, 29 Aug 2009 12:01:25 +0200 wenzelm eliminated hard tabs;
Tue, 21 Jul 2009 01:03:18 +0200 wenzelm proper context for Display.pretty_thm etc. or old-style versions Display.pretty_thm_global, Display.pretty_thm_without_context etc.;
Sun, 01 Mar 2009 23:36:12 +0100 wenzelm use long names for old-style fold combinators;
Wed, 31 Dec 2008 00:08:13 +0100 wenzelm moved old add_term_vars, add_term_frees etc. to structure OldTerm;
Sun, 18 May 2008 15:04:09 +0200 wenzelm moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 13:54:30 +0200 wenzelm structure Display: less pervasive operations;
Tue, 25 Sep 2007 13:28:37 +0200 wenzelm Syntax.parse/check/read;
Sat, 14 Apr 2007 17:35:52 +0200 wenzelm cleaned/simplified Sign.read_typ, Thm.read_cterm etc.;
Wed, 04 Apr 2007 23:29:33 +0200 wenzelm rep_thm/cterm/ctyp: removed obsolete sign field;
Wed, 04 Apr 2007 00:11:03 +0200 wenzelm removed obsolete sign_of/sign_of_thm;
Mon, 26 Feb 2007 23:18:24 +0100 wenzelm moved eq_thm etc. to structure Thm in Pure/more_thm.ML;
Fri, 10 Nov 2006 10:42:25 +0100 wenzelm tuned Variable.trade;
Fri, 20 Oct 2006 17:07:26 +0200 haftmann slight cleanup
Tue, 10 Oct 2006 13:59:13 +0200 haftmann gen_rem(s) abandoned in favour of remove / subtract
Tue, 25 Jul 2006 21:18:00 +0200 wenzelm renamed Term.variant_abs to Syntax.variant_abs;
Mon, 19 Jun 2006 20:21:30 +0200 wenzelm eliminated freeze/varify in favour of Variable.import/export/trade;
Tue, 13 Jun 2006 23:41:39 +0200 wenzelm tuned;
Wed, 07 Jun 2006 02:01:27 +0200 wenzelm do not open Logic;
Mon, 12 Sep 2005 18:20:32 +0200 haftmann introduced new-style AList operations
Thu, 28 Jul 2005 15:19:46 +0200 wenzelm Sign.typ_instance;
Tue, 19 Jul 2005 17:21:47 +0200 wenzelm Logic.incr_tvar;
Wed, 13 Jul 2005 16:07:21 +0200 wenzelm improved Net interface;
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.
Fri, 21 May 2004 21:18:14 +0200 wenzelm Type.typ_instance;
Thu, 22 Apr 2004 10:52:32 +0200 wenzelm tuned;
Tue, 07 May 2002 14:26:32 +0200 wenzelm use eq_thm_prop instead of slightly inadequate eq_thm;
Wed, 29 Sep 1999 14:35:18 +0200 wenzelm Sign.defaultS;
Sat, 10 Jul 1999 21:50:49 +0200 wenzelm handle THM exn;
Wed, 25 Nov 1998 14:04:28 +0100 wenzelm replaced prs by std_output;
Fri, 21 Nov 1997 15:29:56 +0100 wenzelm changed Pure/Sequence interface -- isatool fixseq;
Tue, 22 Jul 1997 11:12:55 +0200 paulson Removal of the tactical STATE
Thu, 28 Nov 1996 10:44:24 +0100 paulson Replaced map...~~ by ListPair.map
Fri, 16 Feb 1996 18:00:47 +0100 paulson Elimination of fully-functorial style.
Mon, 29 Jan 1996 13:58:15 +0100 clasohm expanded tabs
Wed, 14 Sep 1994 16:02:06 +0200 wenzelm now uses Sign.const_type;
Tue, 18 Jan 1994 16:37:12 +0100 lcp Updated refs to old Sign functions
less more (0) tip