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;