src/Pure/library.ML
Tue, 11 Oct 2005 13:28:06 +0200 wenzelm moved string_of_pid to ML-Systems;
Mon, 10 Oct 2005 15:35:29 +0200 paulson small tidy-up of utility functions
Tue, 04 Oct 2005 19:01:37 +0200 wenzelm minor tweaks for Poplog/ML;
Wed, 21 Sep 2005 11:49:31 +0200 wenzelm tuned;
Wed, 21 Sep 2005 10:32:24 +0200 haftmann removed assoc, overwrite
Tue, 20 Sep 2005 08:24:18 +0200 haftmann improved eq_fst and eq_snd, removed some deprecated stuff
Mon, 19 Sep 2005 16:39:27 +0200 haftmann removed some deprecated assocation list functions
Tue, 13 Sep 2005 22:19:25 +0200 wenzelm added exception EXCEPTION of exn * string;
Thu, 08 Sep 2005 16:08:50 +0200 haftmann added the_list, the_default
Mon, 05 Sep 2005 08:14:35 +0200 haftmann introduced binding priority 1 for linear combinators etc.
Sun, 28 Aug 2005 09:18:22 +0200 haftmann added 'these', removed assoc2
Thu, 25 Aug 2005 09:23:40 +0200 haftmann added ? combinator for conditional transformations
Thu, 18 Aug 2005 11:17:36 +0200 wenzelm added tap;
Tue, 16 Aug 2005 13:42:32 +0200 wenzelm tuned unsuffix/unprefix;
Mon, 08 Aug 2005 12:15:03 +0200 nipkow fixed typo in ratadd
Sun, 07 Aug 2005 12:28:10 +0200 nipkow added more rat functions
Mon, 01 Aug 2005 19:20:38 +0200 wenzelm tuned dict_ord;
Tue, 19 Jul 2005 17:21:50 +0200 wenzelm added has_duplicates;
Mon, 18 Jul 2005 14:10:11 +0200 haftmann reverted from fold_yield to fold_map
Thu, 14 Jul 2005 19:28:24 +0200 wenzelm tuned;
Thu, 14 Jul 2005 10:48:19 +0200 haftmann added ` combinator
Tue, 12 Jul 2005 19:18:55 +0200 haftmann fold_map -> fold_yield, added transformator combinators, added selector combinator
Wed, 06 Jul 2005 20:00:27 +0200 wenzelm tuned;
Wed, 06 Jul 2005 10:41:38 +0200 wenzelm tuned;
Tue, 05 Jul 2005 18:11:59 +0200 wenzelm tuned K;
Tue, 05 Jul 2005 15:49:19 +0200 haftmann added combinatros '||>' and '||>>' and fold_map fitting nicely to ST combinator '|->'
Tue, 05 Jul 2005 13:57:23 +0200 haftmann added ST combinator '|->'
Mon, 04 Jul 2005 17:07:10 +0200 wenzelm added fast_string_ord;
Fri, 01 Jul 2005 14:41:58 +0200 wenzelm low-level tuning of fold, fold_rev, foldl_map;
Wed, 22 Jun 2005 19:41:20 +0200 wenzelm added structure Object (from Pure/General/object.ML);
Mon, 20 Jun 2005 22:14:06 +0200 wenzelm added member, option_ord;
Fri, 17 Jun 2005 18:33:24 +0200 wenzelm added serial numbers;
Thu, 02 Jun 2005 18:29:48 +0200 wenzelm replaced foldl_string by fold_string;
Tue, 31 May 2005 11:53:20 +0200 wenzelm export filter;
Tue, 17 May 2005 10:08:24 +0200 wenzelm removed rev_append;
Mon, 16 May 2005 10:29:15 +0200 paulson Use of IntInf.int instead of int in most numeric simprocs; avoids
Sun, 17 Apr 2005 19:39:39 +0200 wenzelm clarified insert/remove;
Sat, 16 Apr 2005 18:55:51 +0200 wenzelm added gen_remove, remove;
Mon, 11 Apr 2005 12:34:34 +0200 ballarin First release of interpretation commands.
Thu, 07 Apr 2005 09:27:33 +0200 wenzelm invalidated former constructors None/OPTION to prevent accidental use as match-all patterns!
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.
Tue, 26 Oct 2004 16:33:35 +0200 berghofe Added function merge_alists'.
Mon, 19 Jul 2004 18:12:49 +0200 berghofe Added function unprefix.
Fri, 16 Jul 2004 09:36:04 +0200 wenzelm int_ord = Int.compare, string_ord = String.compare;
Sun, 11 Jul 2004 20:35:23 +0200 wenzelm added fold_rev: ('a -> 'b -> 'b) -> 'a list -> 'b -> 'b;
Mon, 21 Jun 2004 10:25:57 +0200 kleing Merged in license change from Isabelle2004
Fri, 18 Jun 2004 20:07:42 +0200 wenzelm tuned exists_string;
Sat, 12 Jun 2004 22:46:21 +0200 wenzelm added translate_string;
Sat, 05 Jun 2004 13:06:04 +0200 wenzelm tuned exeption handling (capture/release);
Sat, 29 May 2004 15:02:13 +0200 wenzelm output channels and diagnostics moved to General/output.ML; added read_int etc. from term.ML; removed obsolete mtree; type rat uses exception RAT;
Fri, 21 May 2004 21:46:25 +0200 berghofe - exported result datatype
Fri, 21 May 2004 21:27:42 +0200 wenzelm added fold, product; removed transitive_closure;
Sat, 17 Apr 2004 17:08:53 +0200 berghofe Fixed bug in rmod that caused an overflow exception in SML/NJ.
Fri, 19 Mar 2004 10:42:38 +0100 paulson Removing the datatype declaration of "order" allows the standard General.order
Fri, 11 Jul 2003 14:59:50 +0200 berghofe Added several functions for producing random numbers.
Wed, 29 Jan 2003 17:32:19 +0100 berghofe Added function rev_append.
Mon, 07 Oct 2002 19:01:51 +0200 nipkow take/drop -> splitAt
Thu, 08 Aug 2002 23:53:22 +0200 wenzelm transform_error: pass through Interrupt;
Wed, 20 Feb 2002 00:54:54 +0100 wenzelm removed obscure functions bump_int_list, bump_list, bump_string;
less more (0) -100 -60 tip