wenzelm [Fri, 17 Jun 2005 18:33:29 +0200] rev 16444
Symtab.fold;
wenzelm [Fri, 17 Jun 2005 18:33:28 +0200] rev 16443
type theory, theory_ref, exception THEORY and related operations imported from Context;
actual theory content declared as theory data;
removed syn_of;
import theory operations in SIGN_THEORY from Sign;
tuned;
wenzelm [Fri, 17 Jun 2005 18:33:27 +0200] rev 16442
obsolete type sg is now an alias for Context.theory;
code and interfaces related to stamps and data now in context.ML;
actual signature content declared as theory data;
removed type sg_ref (superceded by theory_ref);
signature SIGN_THEORY lists theory operations that are duplicated in Theory;
wenzelm [Fri, 17 Jun 2005 18:33:26 +0200] rev 16441
added theorem_space;
removed unused extern_thm_sg;
accomodate change of TheoryDataFun;
accomodate identification of type Sign.sg and theory;
removed theory management (cf. 'history' in context.ML);
moved add_typedecls to sign.ML;
Sign.init, Theory.init;
tuned;
wenzelm [Fri, 17 Jun 2005 18:33:25 +0200] rev 16440
Context.theory_name;
tuned;
wenzelm [Fri, 17 Jun 2005 18:33:24 +0200] rev 16439
added serial numbers;
wenzelm [Fri, 17 Jun 2005 18:33:23 +0200] rev 16438
removed obsolete pretty printers for Theory.theory, Sign.sg;
added pretty printer for Context.theory (long form of output);
wenzelm [Fri, 17 Jun 2005 18:33:22 +0200] rev 16437
removed pretty_theory, pprint_theory (see context.ML or thy_info.ML);
removed obsolete pretty_name_space;
accomodate identification of type Sign.sg and theory;
wenzelm [Fri, 17 Jun 2005 18:33:21 +0200] rev 16436
added type theory: generic theory contexts with unique identity,
arbitrarily typed data, linear and graph development -- a complete
rewrite of code that used to be spread over in sign.ML, theory.ML,
theory_data.ML, pure_thy.ML;
wenzelm [Fri, 17 Jun 2005 18:33:20 +0200] rev 16435
removed Pure/theory_data.ML;
wenzelm [Fri, 17 Jun 2005 18:33:19 +0200] rev 16434
added Id;
wenzelm [Fri, 17 Jun 2005 18:33:18 +0200] rev 16433
Theory.merge;
wenzelm [Fri, 17 Jun 2005 18:33:17 +0200] rev 16432
accomodate change of TheoryDataFun;
accomodate identification of type Sign.sg and theory;
Context.theory_name;
wenzelm [Fri, 17 Jun 2005 18:33:16 +0200] rev 16431
Context.theory_name;
wenzelm [Fri, 17 Jun 2005 18:33:15 +0200] rev 16430
accomodate change of TheoryDataFun;
accomodate identification of type Sign.sg and theory;
Sign.the_const_type;
Context.exists_name;
wenzelm [Fri, 17 Jun 2005 18:33:14 +0200] rev 16429
replaced obsolete theory_of_sign by theory_of_thm;
wenzelm [Fri, 17 Jun 2005 18:33:13 +0200] rev 16428
accomodate change of TheoryDataFun;
Context.str_of_thy;
wenzelm [Fri, 17 Jun 2005 18:33:12 +0200] rev 16427
refer to HOL4_PROOFS setting;
accomodate identification of type Sign.sg and theory;
wenzelm [Fri, 17 Jun 2005 18:33:11 +0200] rev 16426
accomodate change of TheoryDataFun;
accomodate identification of type Sign.sg and theory;
proper treatment of Pure session;
wenzelm [Fri, 17 Jun 2005 18:33:08 +0200] rev 16425
accomodate identification of type Sign.sg and theory;
wenzelm [Fri, 17 Jun 2005 18:33:05 +0200] rev 16424
accomodate change of TheoryDataFun;
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16423
renamed sg_ref to thy_ref;
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16422
obsolete;
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16421
obsolete (see context.ML);
haftmann [Fri, 17 Jun 2005 17:40:51 +0200] rev 16420
(removed experimental file)
wenzelm [Fri, 17 Jun 2005 17:06:11 +0200] rev 16419
updated;
quigley [Fri, 17 Jun 2005 16:18:49 +0200] rev 16418
Multiple subgoals working.
haftmann [Fri, 17 Jun 2005 16:12:49 +0200] rev 16417
migrated theory headers to new format
paulson [Fri, 17 Jun 2005 11:35:35 +0200] rev 16416
grammar fix
paulson [Fri, 17 Jun 2005 11:34:04 +0200] rev 16415
removed redundant "open" declarations