src/Pure/library.ML
Fri, 28 Nov 1997 10:59:14 +0100 paulson New timing functions startTiming and endTiming
Wed, 26 Nov 1997 16:34:13 +0100 wenzelm removed merge_opts;
Thu, 20 Nov 1997 15:07:19 +0100 wenzelm added type object = exn;
Thu, 20 Nov 1997 12:49:25 +0100 wenzelm added get_error: 'a error -> string option, get_ok: 'a error -> 'a option;
Thu, 13 Nov 1997 10:31:42 +0100 wenzelm made SML/NJ happy;
Wed, 12 Nov 1997 16:21:57 +0100 wenzelm major cleanup;
Mon, 10 Nov 1997 15:06:58 +0100 oheimb polished definition of find_index_eq
Fri, 07 Nov 1997 18:02:15 +0100 oheimb changed libraray function find to find_index_eq, currying it
Thu, 06 Nov 1997 16:40:45 +0100 wenzelm tuned;
Wed, 05 Nov 1997 11:33:05 +0100 wenzelm fixed exception OPTION;
Mon, 03 Nov 1997 17:56:39 +0100 wenzelm added distinct_fst_string;
Sat, 01 Nov 1997 13:01:57 +0100 paulson Faster lexing
Thu, 30 Oct 1997 16:59:56 +0100 wenzelm added merge_opts: ('a * 'a -> 'a) -> 'a option * 'a option -> 'a option;
Thu, 23 Oct 1997 12:10:32 +0200 wenzelm added sort_wrt;
Wed, 15 Oct 1997 15:13:43 +0200 wenzelm tuned comment;
Fri, 10 Oct 1997 15:50:46 +0200 wenzelm fixed space_explode, old one retained as BAD_space_explode;
Wed, 01 Oct 1997 17:32:38 +0200 wenzelm added split_last;
Tue, 23 Sep 1997 17:35:07 +0200 wenzelm added handle_error: ('a -> 'b) -> 'a -> 'b error;
Fri, 08 Aug 1997 11:22:59 +0200 wenzelm added append_file;
Wed, 06 Aug 1997 14:09:50 +0200 wenzelm added read_file, write_file;
Wed, 06 Aug 1997 00:29:54 +0200 berghofe Added function "file_exists".
Tue, 22 Jul 1997 19:33:52 +0200 wenzelm added error_msg;
Fri, 18 Jul 1997 13:33:20 +0200 wenzelm improved output channels: normal, warning, error;
Thu, 05 Jun 1997 13:29:41 +0200 paulson Removal of radixstring from string_of_int; addition of string_of_indexname
Tue, 03 Jun 1997 16:38:58 +0200 wenzelm is_blank: fixed space2;
Fri, 30 May 1997 15:14:59 +0200 paulson flushOut ensures that no recent error message are lost (not certain this is
Tue, 20 May 1997 11:53:20 +0200 paulson Declares Option_ as synonym for structure Option
Tue, 29 Apr 1997 16:38:16 +0200 wenzelm is_blank: added space2 (160);
Thu, 17 Apr 1997 18:45:43 +0200 wenzelm renamed set_ap to setmp;
Wed, 16 Apr 1997 18:16:02 +0200 wenzelm improved inc, dec;
Tue, 18 Mar 1997 15:12:53 +0100 paulson gensym no longer generates random identifiers, but just enumerates them
Fri, 17 Jan 1997 18:20:22 +0100 wenzelm added gen_overwrite;
Mon, 13 Jan 1997 18:20:35 +0100 wenzelm added datatype order;
Mon, 06 Jan 1997 17:02:09 +0100 wenzelm added stamp util;
Mon, 16 Dec 1996 10:01:40 +0100 wenzelm fixed comment;
Thu, 05 Dec 1996 13:31:32 +0100 wenzelm added pwd;
Tue, 03 Dec 1996 11:20:43 +0100 paulson Random number generated "downgraded" to generate numbers below 2^29 - 1,
Thu, 28 Nov 1996 12:36:31 +0100 paulson Declares List_ as a synonym for List
Wed, 27 Nov 1996 10:52:31 +0100 paulson Eta-expanded some declarations that are illegal under value polymorphism
Mon, 18 Nov 1996 17:28:19 +0100 wenzelm added is_printable: string -> bool;
Wed, 13 Nov 1996 10:42:50 +0100 paulson Removal of polymorphic equality via mem, subset, eq_set, etc
Tue, 12 Nov 1996 11:38:51 +0100 paulson Updated syntax; shortened comments; put in monomorphic versions of ins
Mon, 04 Nov 1996 10:54:26 +0100 paulson Removal of now unused sum, max, min. Use foldl op+, Int.max, Int.min
Wed, 25 Sep 1996 15:03:13 +0200 paulson Prevention of Overflow exception (for SML/NJ) in gensym
Mon, 23 Sep 1996 17:42:56 +0200 paulson Addition of gensym
Thu, 28 Mar 1996 17:27:54 +0100 berghofe Added functions pr_latex and printgoal_latex which
Wed, 20 Mar 1996 18:40:57 +0100 paulson maketest now closes the output file
Fri, 15 Mar 1996 12:01:19 +0100 berghofe Added some functions which allow redirection of Isabelle's output
Thu, 14 Mar 1996 10:40:21 +0100 berghofe Added some optimized versions of functions dealing with sets
Mon, 29 Jan 1996 14:16:13 +0100 clasohm inserted tabs again
Mon, 29 Jan 1996 13:56:41 +0100 clasohm removed tabs
Mon, 29 Jan 1996 13:49:17 +0100 clasohm added absolute_path
Mon, 18 Dec 1995 12:28:00 +0100 clasohm added subdir_of
Thu, 23 Nov 1995 12:18:16 +0100 clasohm files now define a structure to allow SML/NJ to optimize the code
Tue, 24 Oct 1995 13:41:06 +0100 clasohm added space_explode and relative_path
Wed, 15 Mar 1995 10:56:39 +0100 lcp Declares the function exit_use to behave like use but fail if
Thu, 18 Aug 1994 17:50:22 +0200 lcp Pure/library/assert_all: new, moved from ZF/ind_syntax.ML
Fri, 12 Aug 1994 10:57:55 +0200 lcp Pure/library/enclose, Pure/Syntax/pretty/enclose: renamed from parents
Wed, 01 Jun 1994 15:42:25 +0200 wenzelm replaced infix also by |>
Thu, 19 May 1994 16:12:37 +0200 wenzelm added infix op also: 'a * ('a -> 'b) -> 'b;
less more (0) -60 tip