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