wenzelm [Wed, 10 Jun 1998 12:13:52 +0200] rev 5025
tuned comments;
wenzelm [Wed, 10 Jun 1998 12:00:51 +0200] rev 5024
adapted to TheoryDataFun interface;
wenzelm [Wed, 10 Jun 1998 11:58:11 +0200] rev 5023
moved attributes theory data to Isar/isar_thy.ML;
wenzelm [Wed, 10 Jun 1998 11:57:40 +0200] rev 5022
moved add_axioms_x, add_defs_x to Isar/isar_thy.ML;
wenzelm [Wed, 10 Jun 1998 11:57:01 +0200] rev 5021
added exnMessage;
wenzelm [Wed, 10 Jun 1998 11:56:23 +0200] rev 5020
added General;
wenzelm [Wed, 10 Jun 1998 11:55:49 +0200] rev 5019
added of_file;
wenzelm [Wed, 10 Jun 1998 11:55:30 +0200] rev 5018
General tools.
wenzelm [Wed, 10 Jun 1998 11:55:09 +0200] rev 5017
moved table.ML, object.ML, seq.ML, name_space.ML to General;
wenzelm [Wed, 10 Jun 1998 11:54:04 +0200] rev 5016
moved object.ML to General/object.ML;
wenzelm [Wed, 10 Jun 1998 11:53:37 +0200] rev 5015
moved table.ML to General/table.ML;
wenzelm [Wed, 10 Jun 1998 11:52:59 +0200] rev 5014
moved seq.ML to General/seq.ML;
wenzelm [Wed, 10 Jun 1998 11:52:34 +0200] rev 5013
moved position.ML, path.ML, file.ML to General;
wenzelm [Wed, 10 Jun 1998 11:51:58 +0200] rev 5012
moved name_space.ML to General/name_space.ML;
wenzelm [Wed, 10 Jun 1998 11:51:28 +0200] rev 5011
moved Thy/path.ML to General/path.ML;
wenzelm [Wed, 10 Jun 1998 11:50:52 +0200] rev 5010
moved Thy/position.ML to General/position.ML;
wenzelm [Wed, 10 Jun 1998 11:50:20 +0200] rev 5009
moved Thy/file.ML to General/file.ML;
wenzelm [Wed, 10 Jun 1998 11:49:41 +0200] rev 5008
new type-safe user interface for theory data;
wenzelm [Tue, 09 Jun 1998 13:49:43 +0200] rev 5007
nonterminals prog;
wenzelm [Tue, 09 Jun 1998 11:37:52 +0200] rev 5006
adapted to new theory data interface;
wenzelm [Mon, 08 Jun 1998 15:58:56 +0200] rev 5005
use type-safe theory data interface;
wenzelm [Mon, 08 Jun 1998 15:57:50 +0200] rev 5004
added theory_data.ML;
wenzelm [Mon, 08 Jun 1998 15:57:30 +0200] rev 5003
Type-safe interface for theory data.
wenzelm [Fri, 05 Jun 1998 14:40:07 +0200] rev 5002
* improved the theory data mechanism to support real encapsulation;
main change of the internal interfaces: data kind name (string)
replaced by private Object.kind, acting as authorization key;
wenzelm [Fri, 05 Jun 1998 14:33:18 +0200] rev 5001
accomodate tuned version of theory data;
wenzelm [Fri, 05 Jun 1998 14:32:23 +0200] rev 5000
added print_theorems: theory -> unit;
added print_theory: theory -> unit;
added transaction mechanism as last resort to accomodate non-atomic
transformers (please avoid such things);
tuned setup;
wenzelm [Fri, 05 Jun 1998 14:29:54 +0200] rev 4999
Object.T;
wenzelm [Fri, 05 Jun 1998 14:29:33 +0200] rev 4998
improved data: secure version using Object.T and Object.kind;
wenzelm [Fri, 05 Jun 1998 14:28:08 +0200] rev 4997
tuned setup;
tuned add_attributes: comment;
accomodate tuned version of data;
wenzelm [Fri, 05 Jun 1998 14:26:55 +0200] rev 4996
use Object.T and Object.kind;
added print_data;
improved get_data, put_data: more abstract;
add_axioms(_i), add_oracle: made atomic transactions;
wenzelm [Fri, 05 Jun 1998 14:23:52 +0200] rev 4995
removed type object (see object.ML);
wenzelm [Fri, 05 Jun 1998 14:23:27 +0200] rev 4994
tuned print_exn;