wenzelm [Mon, 25 May 1998 21:24:27 +0200] rev 4963
added get_name, put_name, global_path, local_path, begin_theory,
end_theory;
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';