wenzelm [Thu, 28 May 1998 12:22:05 +0200] rev 4978
version under control of Admin/makedist;
ml_prompts;
wenzelm [Thu, 28 May 1998 12:21:05 +0200] rev 4977
added ml_prompts;
wenzelm [Thu, 28 May 1998 11:11:27 +0200] rev 4976
added mapfilter: ('a -> 'b option) -> ('a, 'c) source -> ('b, ('a, 'c)
source) source;
(map)filter: fixed propagation of prompt;
wenzelm [Thu, 28 May 1998 11:09:07 +0200] rev 4975
tuned error msg;
wenzelm [Thu, 28 May 1998 11:08:45 +0200] rev 4974
fixed error msgs;
paulson [Wed, 27 May 1998 12:25:56 +0200] rev 4973
Structure Option now declared in MLWorks
paulson [Wed, 27 May 1998 12:23:45 +0200] rev 4972
mk_all_imp: no longer creates goals that have beta-redexes
paulson [Wed, 27 May 1998 12:22:32 +0200] rev 4971
more tracing
paulson [Wed, 27 May 1998 12:21:39 +0200] rev 4970
Changed require to requires for MLWorks
paulson [Wed, 27 May 1998 12:19:35 +0200] rev 4969
auto update
wenzelm [Tue, 26 May 1998 12:29:27 +0200] rev 4968
made SML/NJ happy;
wenzelm [Tue, 26 May 1998 12:29:10 +0200] rev 4967
foldl_map prep_field;
wenzelm [Mon, 25 May 1998 21:28:07 +0200] rev 4966
tuned store_theory;
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(');
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.