Wed, 10 Jun 1998 11:57:01 +0200 wenzelm added exnMessage;
Wed, 10 Jun 1998 11:56:23 +0200 wenzelm added General;
Wed, 10 Jun 1998 11:55:49 +0200 wenzelm added of_file;
Wed, 10 Jun 1998 11:55:30 +0200 wenzelm General tools.
Wed, 10 Jun 1998 11:55:09 +0200 wenzelm moved table.ML, object.ML, seq.ML, name_space.ML to General;
Wed, 10 Jun 1998 11:54:04 +0200 wenzelm moved object.ML to General/object.ML;
Wed, 10 Jun 1998 11:53:37 +0200 wenzelm moved table.ML to General/table.ML;
Wed, 10 Jun 1998 11:52:59 +0200 wenzelm moved seq.ML to General/seq.ML;
Wed, 10 Jun 1998 11:52:34 +0200 wenzelm moved position.ML, path.ML, file.ML to General;
Wed, 10 Jun 1998 11:51:58 +0200 wenzelm moved name_space.ML to General/name_space.ML;
Wed, 10 Jun 1998 11:51:28 +0200 wenzelm moved Thy/path.ML to General/path.ML;
Wed, 10 Jun 1998 11:50:52 +0200 wenzelm moved Thy/position.ML to General/position.ML;
Wed, 10 Jun 1998 11:50:20 +0200 wenzelm moved Thy/file.ML to General/file.ML;
Wed, 10 Jun 1998 11:49:41 +0200 wenzelm new type-safe user interface for theory data;
Tue, 09 Jun 1998 13:49:43 +0200 wenzelm nonterminals prog;
Tue, 09 Jun 1998 11:37:52 +0200 wenzelm adapted to new theory data interface;
Mon, 08 Jun 1998 15:58:56 +0200 wenzelm use type-safe theory data interface;
Mon, 08 Jun 1998 15:57:50 +0200 wenzelm added theory_data.ML;
Mon, 08 Jun 1998 15:57:30 +0200 wenzelm Type-safe interface for theory data.
Fri, 05 Jun 1998 14:40:07 +0200 wenzelm * improved the theory data mechanism to support real encapsulation;
Fri, 05 Jun 1998 14:33:18 +0200 wenzelm accomodate tuned version of theory data;
Fri, 05 Jun 1998 14:32:23 +0200 wenzelm added print_theorems: theory -> unit;
Fri, 05 Jun 1998 14:29:54 +0200 wenzelm Object.T;
Fri, 05 Jun 1998 14:29:33 +0200 wenzelm improved data: secure version using Object.T and Object.kind;
Fri, 05 Jun 1998 14:28:08 +0200 wenzelm tuned setup;
Fri, 05 Jun 1998 14:26:55 +0200 wenzelm use Object.T and Object.kind;
Fri, 05 Jun 1998 14:23:52 +0200 wenzelm removed type object (see object.ML);
Fri, 05 Jun 1998 14:23:27 +0200 wenzelm tuned print_exn;
Fri, 05 Jun 1998 14:23:07 +0200 wenzelm print_data moved to theory.ML;
Fri, 05 Jun 1998 14:22:11 +0200 wenzelm added THEN: ('a -> 'b seq) * ('b -> 'c seq) -> 'a -> 'c seq;
Fri, 05 Jun 1998 14:21:11 +0200 wenzelm added object.ML;
Tue, 02 Jun 1998 15:08:42 +0200 oheimb added option_map_o_empty
Tue, 02 Jun 1998 15:07:25 +0200 oheimb added split_etas
Tue, 02 Jun 1998 15:07:00 +0200 oheimb added split_sum_case_asm
Fri, 29 May 1998 13:50:21 +0200 wenzelm tuned;
Fri, 29 May 1998 13:49:50 +0200 wenzelm tuned msgs;
Thu, 28 May 1998 17:21:52 +0200 paulson auto update
Thu, 28 May 1998 17:02:29 +0200 wenzelm fixed ml_prompts;
Thu, 28 May 1998 17:02:01 +0200 wenzelm changed get_single: ('a, 'b) source -> ('a * ('a, 'b) source) option;
Thu, 28 May 1998 14:50:40 +0200 wenzelm tuned dist version;
Thu, 28 May 1998 12:24:05 +0200 wenzelm tuned header;
Thu, 28 May 1998 12:23:11 +0200 wenzelm version under control of Admin/makedist;
Thu, 28 May 1998 12:22:37 +0200 wenzelm README, Pure/ROOT.ML: version set automatically;
Thu, 28 May 1998 12:22:05 +0200 wenzelm version under control of Admin/makedist;
Thu, 28 May 1998 12:21:05 +0200 wenzelm added ml_prompts;
Thu, 28 May 1998 11:11:27 +0200 wenzelm added mapfilter: ('a -> 'b option) -> ('a, 'c) source -> ('b, ('a, 'c)
Thu, 28 May 1998 11:09:07 +0200 wenzelm tuned error msg;
Thu, 28 May 1998 11:08:45 +0200 wenzelm fixed error msgs;
Wed, 27 May 1998 12:25:56 +0200 paulson Structure Option now declared in MLWorks
Wed, 27 May 1998 12:23:45 +0200 paulson mk_all_imp: no longer creates goals that have beta-redexes
Wed, 27 May 1998 12:22:32 +0200 paulson more tracing
Wed, 27 May 1998 12:21:39 +0200 paulson Changed require to requires for MLWorks
Wed, 27 May 1998 12:19:35 +0200 paulson auto update
Tue, 26 May 1998 12:29:27 +0200 wenzelm made SML/NJ happy;
Tue, 26 May 1998 12:29:10 +0200 wenzelm foldl_map prep_field;
Mon, 25 May 1998 21:28:07 +0200 wenzelm tuned store_theory;
Mon, 25 May 1998 21:27:22 +0200 wenzelm tuned local, global;
Mon, 25 May 1998 21:25:04 +0200 wenzelm tuned store_theory: theory -> unit;
Mon, 25 May 1998 21:24:27 +0200 wenzelm added get_name, put_name, global_path, local_path, begin_theory,
Mon, 25 May 1998 21:17:08 +0200 wenzelm global_names moved to pure_thy.ML;
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip