src/Pure/library.ML
Fri, 13 Feb 2009 07:53:38 +1100 New command find_consts searching for constants by type (by Timothy Bourke).
Thu, 11 Dec 2008 17:55:51 +0100 Clarified comment.
Mon, 10 Nov 2008 19:42:20 +0100 clarified comment
Thu, 09 Oct 2008 08:47:28 +0200 removed legacy |>>>
Thu, 25 Sep 2008 09:28:05 +0200 burrow_fst
Sun, 07 Sep 2008 22:19:46 +0200 added change_result;
Thu, 04 Sep 2008 16:03:44 +0200 Thread.getLocal/setLocal;
Wed, 27 Aug 2008 20:36:23 +0200 replaced find_substring by first_field;
Wed, 27 Aug 2008 16:32:18 +0200 added find_substring;
Wed, 13 Aug 2008 20:57:20 +0200 removed obsolete untabify (superceded by SymbolPos.tabify_content);
Thu, 27 Mar 2008 19:05:10 +0100 changed wrong assignement in signature sections
Thu, 27 Mar 2008 17:35:56 +0100 tuned comments;
Sat, 16 Feb 2008 16:43:56 +0100 setmp: uninterruptible;
Sat, 26 Jan 2008 17:08:39 +0100 added surround;
Tue, 22 Jan 2008 23:07:24 +0100 added map_split
Thu, 03 Jan 2008 00:15:39 +0100 added setmp_thread_data;
Tue, 01 Jan 2008 16:09:26 +0100 removed separate exists/forall code;
Tue, 18 Dec 2007 22:21:40 +0100 serial: now based on specific version in structure Multithreading;
Mon, 17 Dec 2007 18:39:18 +0100 Added foldl1.
Wed, 05 Dec 2007 20:56:42 +0100 tuned signature;
Wed, 05 Dec 2007 14:16:05 +0100 map_product and fold_product
Mon, 29 Oct 2007 16:13:43 +0100 added bool_ord;
Tue, 16 Oct 2007 23:12:38 +0200 added yield_singleton
Tue, 16 Oct 2007 19:45:54 +0200 added perhaps_apply/loop;
Thu, 11 Oct 2007 19:10:21 +0200 removed obsolete flip;
Fri, 05 Oct 2007 23:04:16 +0200 added burrow_options;
Thu, 04 Oct 2007 19:54:47 +0200 added nth_drop
Tue, 18 Sep 2007 16:08:00 +0200 simplified type int (eliminated IntInf.int, integer);
Sun, 16 Sep 2007 14:52:26 +0200 added some int constraints (ML_Parse.fix_ints not active here);
Fri, 03 Aug 2007 22:33:03 +0200 named some CRITICAL sections;
Sun, 29 Jul 2007 14:30:05 +0200 added list update;
Sat, 28 Jul 2007 20:40:29 +0200 setmp: NAMED_CRITICAL;
Tue, 24 Jul 2007 19:44:35 +0200 moved exception capture/release to structure Exn;
Mon, 23 Jul 2007 19:45:44 +0200 eliminated transform_failure (to avoid critical section for main transactions);
Mon, 23 Jul 2007 16:45:00 +0200 added setmp_noncritical;
Mon, 23 Jul 2007 14:06:12 +0200 marked some CRITICAL sections (for multithreading);
Thu, 19 Jul 2007 23:18:43 +0200 added undefined: 'a -> 'b;
Tue, 17 Jul 2007 13:19:21 +0200 moved cd/pwd to ML compatibility layer (simplifies bootstrapping with Alice);
Tue, 10 Jul 2007 23:29:41 +0200 simplified funpow, untabify;
Tue, 19 Jun 2007 23:15:54 +0200 moved balanced tree operations to General/balanced_tree.ML;
Tue, 05 Jun 2007 15:17:02 +0200 moved generic algebra modules
Sun, 03 Jun 2007 23:16:48 +0200 added flip (from General/basics.ML);
Sat, 02 Jun 2007 15:26:32 +0200 added "plural : 'a -> 'a -> 'b list -> 'a" for convenient error msg construction
Wed, 04 Apr 2007 18:05:05 +0200 find_first is just an alias
Wed, 04 Apr 2007 00:11:13 +0200 removed obsolete scanwords (see obsolete tactic.ML:rename_tac for its only use);
Tue, 03 Apr 2007 19:24:11 +0200 removed assert/deny (avoid clash with Alice keywords and confusion due to strict evaluation);
Wed, 28 Feb 2007 00:22:26 +0100 gensym: removed bits of dead code;
Tue, 27 Feb 2007 11:10:35 +0100 gensym no longer includes ' or _ in names (trailing _ is bad)
Wed, 07 Feb 2007 12:05:54 +0100 Made untabify function tail recursive.
Sun, 21 Jan 2007 13:26:44 +0100 Added lists-as-multisets functions
Sat, 30 Dec 2006 16:08:00 +0100 removed conditional combinator;
Fri, 29 Dec 2006 18:46:02 +0100 added signed_string_of_int (pruduces proper - instead of SML's ~);
Thu, 28 Dec 2006 14:30:40 +0100 removed nospaces (Char.isSpace does not conform to Isabelle conventions);
Fri, 22 Dec 2006 20:58:14 +0100 string primtives
Fri, 15 Dec 2006 00:08:14 +0100 tuned -- accomodate Alice;
Tue, 28 Nov 2006 00:35:18 +0100 simplified '?' operator;
Thu, 23 Nov 2006 00:52:07 +0100 moved string_of_pair/list/option to structure ML_Syntax;
Thu, 16 Nov 2006 01:07:25 +0100 moved some fundamental concepts to General/basics.ML;
Mon, 13 Nov 2006 15:43:13 +0100 added higher-order combinators for structured results
Sun, 05 Nov 2006 21:44:35 +0100 removed obsolete first_duplicate;