wenzelm [Mon, 25 May 1998 21:27:22 +0200] rev 4965
tuned local, global;
tuned begin and end theory;
wenzelm [Mon, 25 May 1998 21:25:04 +0200] rev 4964
tuned store_theory: theory -> unit;
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(');