Sat, 18 Jun 2005 22:40:51 +0200 Ordered lists without duplicates.
wenzelm [Sat, 18 Jun 2005 22:40:51 +0200] rev 16464
Ordered lists without duplicates.
Sat, 18 Jun 2005 00:38:18 +0200 fixrec shows unsolved subgoals when proofs of rewrites fail
huffman [Sat, 18 Jun 2005 00:38:18 +0200] rev 16463
fixrec shows unsolved subgoals when proofs of rewrites fail
Sat, 18 Jun 2005 00:33:27 +0200 make match_rews into simp rules by default
huffman [Sat, 18 Jun 2005 00:33:27 +0200] rev 16462
make match_rews into simp rules by default
Fri, 17 Jun 2005 21:19:31 +0200 support theorem names and attributes for fixrec equations; also make them into simp rules by default, like primrec does
huffman [Fri, 17 Jun 2005 21:19:31 +0200] rev 16461
support theorem names and attributes for fixrec equations; also make them into simp rules by default, like primrec does
Fri, 17 Jun 2005 18:50:40 +0200 added match functions for ONE, TT, and FF; added theorem mplus_fail2
huffman [Fri, 17 Jun 2005 18:50:40 +0200] rev 16460
added match functions for ONE, TT, and FF; added theorem mplus_fail2
Fri, 17 Jun 2005 18:36:25 +0200 updated;
wenzelm [Fri, 17 Jun 2005 18:36:25 +0200] rev 16459
updated;
Fri, 17 Jun 2005 18:35:27 +0200 accomodate change of TheoryDataFun;
wenzelm [Fri, 17 Jun 2005 18:35:27 +0200] rev 16458
accomodate change of TheoryDataFun; accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:42 +0200 Context.names_of;
wenzelm [Fri, 17 Jun 2005 18:33:42 +0200] rev 16457
Context.names_of;
Fri, 17 Jun 2005 18:33:41 +0200 * Pure/TheoryDataFun: change of the argument structure;
wenzelm [Fri, 17 Jun 2005 18:33:41 +0200] rev 16456
* Pure/TheoryDataFun: change of the argument structure; * Pure/TheoryDataFun: change of the argument structure -- got rid of Sign.sg;
Fri, 17 Jun 2005 18:33:40 +0200 Sign.root_path, Sign.local_path;
wenzelm [Fri, 17 Jun 2005 18:33:40 +0200] rev 16455
Sign.root_path, Sign.local_path;
Fri, 17 Jun 2005 18:33:39 +0200 removed obsolete theory_of_sign, theory_of_thm;
wenzelm [Fri, 17 Jun 2005 18:33:39 +0200] rev 16454
removed obsolete theory_of_sign, theory_of_thm; Context.draftN; Context.begin_theory;
Fri, 17 Jun 2005 18:33:38 +0200 PolyML.Compiler.printInAlphabeticalOrder := false;
wenzelm [Fri, 17 Jun 2005 18:33:38 +0200] rev 16453
PolyML.Compiler.printInAlphabeticalOrder := false;
Fri, 17 Jun 2005 18:33:37 +0200 Context.DATA_FAIL;
wenzelm [Fri, 17 Jun 2005 18:33:37 +0200] rev 16452
Context.DATA_FAIL; accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:36 +0200 Context.PureN;
wenzelm [Fri, 17 Jun 2005 18:33:36 +0200] rev 16451
Context.PureN;
Fri, 17 Jun 2005 18:33:35 +0200 RuleCases.tactic;
wenzelm [Fri, 17 Jun 2005 18:33:35 +0200] rev 16450
RuleCases.tactic; accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:34 +0200 accomodate change of TheoryDataFun;
wenzelm [Fri, 17 Jun 2005 18:33:34 +0200] rev 16449
accomodate change of TheoryDataFun; accomodate identification of type Sign.sg and theory; tuned;
Fri, 17 Jun 2005 18:33:33 +0200 (RAW_)METHOD_CASES: RuleCases.tactic;
wenzelm [Fri, 17 Jun 2005 18:33:33 +0200] rev 16448
(RAW_)METHOD_CASES: RuleCases.tactic; accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:32 +0200 Theory.add_typedecls;
wenzelm [Fri, 17 Jun 2005 18:33:32 +0200] rev 16447
Theory.add_typedecls; Sign.local_path;
Fri, 17 Jun 2005 18:33:31 +0200 added map', fold;
wenzelm [Fri, 17 Jun 2005 18:33:31 +0200] rev 16446
added map', fold; changed join to pass key;
Fri, 17 Jun 2005 18:33:30 +0200 Table.fold;
wenzelm [Fri, 17 Jun 2005 18:33:30 +0200] rev 16445
Table.fold;
Fri, 17 Jun 2005 18:33:29 +0200 Symtab.fold;
wenzelm [Fri, 17 Jun 2005 18:33:29 +0200] rev 16444
Symtab.fold;
Fri, 17 Jun 2005 18:33:28 +0200 type theory, theory_ref, exception THEORY and related operations imported from Context;
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;
Fri, 17 Jun 2005 18:33:27 +0200 obsolete type sg is now an alias for Context.theory;
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;
Fri, 17 Jun 2005 18:33:26 +0200 added theorem_space;
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;
Fri, 17 Jun 2005 18:33:25 +0200 Context.theory_name;
wenzelm [Fri, 17 Jun 2005 18:33:25 +0200] rev 16440
Context.theory_name; tuned;
Fri, 17 Jun 2005 18:33:24 +0200 added serial numbers;
wenzelm [Fri, 17 Jun 2005 18:33:24 +0200] rev 16439
added serial numbers;
Fri, 17 Jun 2005 18:33:23 +0200 removed obsolete pretty printers for Theory.theory, Sign.sg;
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);
Fri, 17 Jun 2005 18:33:22 +0200 removed pretty_theory, pprint_theory (see context.ML or thy_info.ML);
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;
Fri, 17 Jun 2005 18:33:21 +0200 added type theory: generic theory contexts with unique identity,
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;
Fri, 17 Jun 2005 18:33:20 +0200 removed Pure/theory_data.ML;
wenzelm [Fri, 17 Jun 2005 18:33:20 +0200] rev 16435
removed Pure/theory_data.ML;
Fri, 17 Jun 2005 18:33:19 +0200 added Id;
wenzelm [Fri, 17 Jun 2005 18:33:19 +0200] rev 16434
added Id;
Fri, 17 Jun 2005 18:33:18 +0200 Theory.merge;
wenzelm [Fri, 17 Jun 2005 18:33:18 +0200] rev 16433
Theory.merge;
Fri, 17 Jun 2005 18:33:17 +0200 accomodate change of TheoryDataFun;
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;
Fri, 17 Jun 2005 18:33:16 +0200 Context.theory_name;
wenzelm [Fri, 17 Jun 2005 18:33:16 +0200] rev 16431
Context.theory_name;
Fri, 17 Jun 2005 18:33:15 +0200 accomodate change of TheoryDataFun;
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;
Fri, 17 Jun 2005 18:33:14 +0200 replaced obsolete theory_of_sign by theory_of_thm;
wenzelm [Fri, 17 Jun 2005 18:33:14 +0200] rev 16429
replaced obsolete theory_of_sign by theory_of_thm;
Fri, 17 Jun 2005 18:33:13 +0200 accomodate change of TheoryDataFun;
wenzelm [Fri, 17 Jun 2005 18:33:13 +0200] rev 16428
accomodate change of TheoryDataFun; Context.str_of_thy;
Fri, 17 Jun 2005 18:33:12 +0200 refer to HOL4_PROOFS setting;
wenzelm [Fri, 17 Jun 2005 18:33:12 +0200] rev 16427
refer to HOL4_PROOFS setting; accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:11 +0200 accomodate change of TheoryDataFun;
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;
Fri, 17 Jun 2005 18:33:08 +0200 accomodate identification of type Sign.sg and theory;
wenzelm [Fri, 17 Jun 2005 18:33:08 +0200] rev 16425
accomodate identification of type Sign.sg and theory;
Fri, 17 Jun 2005 18:33:05 +0200 accomodate change of TheoryDataFun;
wenzelm [Fri, 17 Jun 2005 18:33:05 +0200] rev 16424
accomodate change of TheoryDataFun;
Fri, 17 Jun 2005 18:33:03 +0200 renamed sg_ref to thy_ref;
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16423
renamed sg_ref to thy_ref;
Fri, 17 Jun 2005 18:33:03 +0200 obsolete;
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16422
obsolete;
Fri, 17 Jun 2005 18:33:03 +0200 obsolete (see context.ML);
wenzelm [Fri, 17 Jun 2005 18:33:03 +0200] rev 16421
obsolete (see context.ML);
Fri, 17 Jun 2005 17:40:51 +0200 (removed experimental file)
haftmann [Fri, 17 Jun 2005 17:40:51 +0200] rev 16420
(removed experimental file)
Fri, 17 Jun 2005 17:06:11 +0200 updated;
wenzelm [Fri, 17 Jun 2005 17:06:11 +0200] rev 16419
updated;
Fri, 17 Jun 2005 16:18:49 +0200 Multiple subgoals working.
quigley [Fri, 17 Jun 2005 16:18:49 +0200] rev 16418
Multiple subgoals working.
Fri, 17 Jun 2005 16:12:49 +0200 migrated theory headers to new format
haftmann [Fri, 17 Jun 2005 16:12:49 +0200] rev 16417
migrated theory headers to new format
Fri, 17 Jun 2005 11:35:35 +0200 grammar fix
paulson [Fri, 17 Jun 2005 11:35:35 +0200] rev 16416
grammar fix
Fri, 17 Jun 2005 11:34:04 +0200 removed redundant "open" declarations
paulson [Fri, 17 Jun 2005 11:34:04 +0200] rev 16415
removed redundant "open" declarations
Thu, 16 Jun 2005 20:30:37 +0200 tuned;
wenzelm [Thu, 16 Jun 2005 20:30:37 +0200] rev 16414
tuned;
Thu, 16 Jun 2005 19:51:04 +0200 a few new integer lemmas
paulson [Thu, 16 Jun 2005 19:51:04 +0200] rev 16413
a few new integer lemmas
Thu, 16 Jun 2005 18:25:54 +0200 *** empty log message ***
nipkow [Thu, 16 Jun 2005 18:25:54 +0200] rev 16412
*** empty log message ***
Thu, 16 Jun 2005 11:38:52 +0200 isa-migrate ++
haftmann [Thu, 16 Jun 2005 11:38:52 +0200] rev 16411
isa-migrate ++
Thu, 16 Jun 2005 11:20:52 +0200 *** empty log message ***
nipkow [Thu, 16 Jun 2005 11:20:52 +0200] rev 16410
*** empty log message ***
Thu, 16 Jun 2005 11:10:51 +0200 *** empty log message ***
nipkow [Thu, 16 Jun 2005 11:10:51 +0200] rev 16409
*** empty log message ***
(0) -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 +10000 +30000 tip