wenzelm [Mon, 25 May 1998 21:17:08 +0200] rev 4962
global_names moved to pure_thy.ML;
wenzelm [Mon, 25 May 1998 21:16:03 +0200] rev 4961
certify_term: type_check replaces Term.type_of, providing sensible
error messages;
eliminated mapfilt_atoms (use Term.foldl_aterms);
wenzelm [Mon, 25 May 1998 21:14:00 +0200] rev 4960
renamed state_source to source';
removed test;
wenzelm [Mon, 25 May 1998 21:13:20 +0200] rev 4959
added recover, source;
wenzelm [Mon, 25 May 1998 21:12:46 +0200] rev 4958
added catch: ('a -> 'b) -> 'a -> 'b;
tuned source(');
wenzelm [Mon, 25 May 1998 21:11:46 +0200] rev 4957
remove seq2, scan (use seq2, foldl_map from library.ML);
wenzelm [Mon, 25 May 1998 21:10:45 +0200] rev 4956
added foldl_map: ('a * 'b -> 'a * 'c) -> 'a * 'b list -> 'a * 'c list;
added seq2: ('a * 'b -> unit) -> 'a list * 'b list -> unit;
tuned 'beginning';
nipkow [Mon, 25 May 1998 12:55:01 +0200] rev 4955
Swapped order of params.
wenzelm [Wed, 20 May 1998 18:58:13 +0200] rev 4954
changed get_single: ('a, 'b) source -> 'a option * ('a, 'b) source;
tuned prompt;
Scan.source vs. Scan.source';
wenzelm [Wed, 20 May 1998 18:57:16 +0200] rev 4953
source vs. source';
wenzelm [Wed, 20 May 1998 18:56:59 +0200] rev 4952
tuned keywords;
wenzelm [Wed, 20 May 1998 18:56:36 +0200] rev 4951
added is_stale;
wenzelm [Wed, 20 May 1998 18:56:00 +0200] rev 4950
tuned signature;
added pretty_theory;
wenzelm [Wed, 20 May 1998 18:55:41 +0200] rev 4949
tuned comments;
wenzelm [Wed, 20 May 1998 18:55:16 +0200] rev 4948
tuned;
nipkow [Wed, 20 May 1998 15:20:28 +0200] rev 4947
Small mods.
wenzelm [Tue, 19 May 1998 17:16:18 +0200] rev 4946
prompt made part of source;
wenzelm [Tue, 19 May 1998 17:15:30 +0200] rev 4945
fixed handle_error: cat_lines;
wenzelm [Tue, 19 May 1998 17:15:04 +0200] rev 4944
added Thy/position.ML;
wenzelm [Tue, 19 May 1998 17:14:28 +0200] rev 4943
added source: string -> (string, string list) Source.source;
wenzelm [Tue, 19 May 1998 17:14:01 +0200] rev 4942
Input positions.
wenzelm [Mon, 18 May 1998 18:10:43 +0200] rev 4941
added Syntax/source.ML;
wenzelm [Mon, 18 May 1998 18:10:04 +0200] rev 4940
added Source module;
wenzelm [Mon, 18 May 1998 18:08:58 +0200] rev 4939
Co-algebraic data sources.
wenzelm [Mon, 18 May 1998 17:57:47 +0200] rev 4938
Symbol.stopper;
wenzelm [Mon, 18 May 1998 17:57:16 +0200] rev 4937
improved finite scans: more abstract stopper;
fixed source: now actually handles finite scans;
tuned bulk;
nipkow [Mon, 18 May 1998 17:31:58 +0200] rev 4936
snoc_induct/exhaust -> rev_induct_exhaust.
nipkow [Mon, 18 May 1998 17:31:49 +0200] rev 4935
Cleaned up and simplified etc.
snoc_induct/exhaust -> rev_induct_exhaust.
wenzelm [Fri, 15 May 1998 11:35:56 +0200] rev 4934
witnesses: lookup stored thms instead of axioms;
wenzelm [Fri, 15 May 1998 11:34:49 +0200] rev 4933
added add_axioms_x, add_defs_x;