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;