Mon, 10 Apr 2006 00:33:51 +0200 add_axclass(_i): return class name only;
wenzelm [Mon, 10 Apr 2006 00:33:51 +0200] rev 19392
add_axclass(_i): return class name only; subclass/arity statements: require actual TVars, store raw data; tuned;
Mon, 10 Apr 2006 00:33:49 +0200 Term.itselfT;
wenzelm [Mon, 10 Apr 2006 00:33:49 +0200] rev 19391
Term.itselfT;
Sun, 09 Apr 2006 19:41:30 +0200 Added function "splice"
nipkow [Sun, 09 Apr 2006 19:41:30 +0200] rev 19390
Added function "splice"
Sun, 09 Apr 2006 19:29:44 +0200 Even/Odd: avoid clash with even/odd of Main HOL;
wenzelm [Sun, 09 Apr 2006 19:29:44 +0200] rev 19389
Even/Odd: avoid clash with even/odd of Main HOL;
Sun, 09 Apr 2006 18:51:23 +0200 results: smart_pretty_thm uses adhoc proof context if possible;
wenzelm [Sun, 09 Apr 2006 18:51:23 +0200] rev 19388
results: smart_pretty_thm uses adhoc proof context if possible;
Sun, 09 Apr 2006 18:51:22 +0200 added full_name;
wenzelm [Sun, 09 Apr 2006 18:51:22 +0200] rev 19387
added full_name; abbrevs: mode does not affect name space;
Sun, 09 Apr 2006 18:51:21 +0200 add_syntax: actually observe print mode;
wenzelm [Sun, 09 Apr 2006 18:51:21 +0200] rev 19386
add_syntax: actually observe print mode;
Sun, 09 Apr 2006 18:51:20 +0200 print_term etc.: actually observe print mode in final output;
wenzelm [Sun, 09 Apr 2006 18:51:20 +0200] rev 19385
print_term etc.: actually observe print mode in final output;
Sun, 09 Apr 2006 18:51:19 +0200 abbrevs: mode does not affect name space;
wenzelm [Sun, 09 Apr 2006 18:51:19 +0200] rev 19384
abbrevs: mode does not affect name space;
Sun, 09 Apr 2006 18:51:17 +0200 added coalesce;
wenzelm [Sun, 09 Apr 2006 18:51:17 +0200] rev 19383
added coalesce;
Sun, 09 Apr 2006 18:51:16 +0200 moved theory presentation to Isar/ROOT.ML;
wenzelm [Sun, 09 Apr 2006 18:51:16 +0200] rev 19382
moved theory presentation to Isar/ROOT.ML;
Sun, 09 Apr 2006 18:51:15 +0200 hide consts in Numeral.thy;
wenzelm [Sun, 09 Apr 2006 18:51:15 +0200] rev 19381
hide consts in Numeral.thy;
Sun, 09 Apr 2006 18:51:13 +0200 tuned syntax/abbreviations;
wenzelm [Sun, 09 Apr 2006 18:51:13 +0200] rev 19380
tuned syntax/abbreviations;
Sun, 09 Apr 2006 18:51:11 +0200 unfold(ed): not necessrily meta equations;
wenzelm [Sun, 09 Apr 2006 18:51:11 +0200] rev 19379
unfold(ed): not necessrily meta equations;
Sun, 09 Apr 2006 14:47:24 +0200 Made "empty" an abbreviation.
nipkow [Sun, 09 Apr 2006 14:47:24 +0200] rev 19378
Made "empty" an abbreviation.
Sun, 09 Apr 2006 14:31:37 +0200 *** empty log message ***
nipkow [Sun, 09 Apr 2006 14:31:37 +0200] rev 19377
*** empty log message ***
Sun, 09 Apr 2006 14:20:23 +0200 Removed old set interval syntax.
nipkow [Sun, 09 Apr 2006 14:20:23 +0200] rev 19376
Removed old set interval syntax.
Sat, 08 Apr 2006 22:51:35 +0200 pretty_term: late externing of consts (support authentic syntax);
wenzelm [Sat, 08 Apr 2006 22:51:35 +0200] rev 19375
pretty_term: late externing of consts (support authentic syntax);
Sat, 08 Apr 2006 22:51:33 +0200 pretty: late externing of consts (support authentic syntax);
wenzelm [Sat, 08 Apr 2006 22:51:33 +0200] rev 19374
pretty: late externing of consts (support authentic syntax);
Sat, 08 Apr 2006 22:51:31 +0200 removed fix_mixfix;
wenzelm [Sat, 08 Apr 2006 22:51:31 +0200] rev 19373
removed fix_mixfix; added const_mixfix, mixfix_const;
Sat, 08 Apr 2006 22:51:30 +0200 abbreviation(_i): do not expand abbreviations, do not use derived_def;
wenzelm [Sat, 08 Apr 2006 22:51:30 +0200] rev 19372
abbreviation(_i): do not expand abbreviations, do not use derived_def;
Sat, 08 Apr 2006 22:51:28 +0200 add_abbrevs(_i): support print mode;
wenzelm [Sat, 08 Apr 2006 22:51:28 +0200] rev 19371
add_abbrevs(_i): support print mode; pretty_term': expand abbreviations only for well-typed terms; added expand_abbrevs; tuned;
Sat, 08 Apr 2006 22:51:26 +0200 abbrevs: support print mode;
wenzelm [Sat, 08 Apr 2006 22:51:26 +0200] rev 19370
abbrevs: support print mode;
Sat, 08 Apr 2006 22:51:25 +0200 simplified handling of authentic syntax (cf. early externing in consts.ML);
wenzelm [Sat, 08 Apr 2006 22:51:25 +0200] rev 19369
simplified handling of authentic syntax (cf. early externing in consts.ML); simplified extern_term;
Sat, 08 Apr 2006 22:51:23 +0200 'abbreviation': optional print mode;
wenzelm [Sat, 08 Apr 2006 22:51:23 +0200] rev 19368
'abbreviation': optional print mode;
Sat, 08 Apr 2006 22:51:22 +0200 tuned;
wenzelm [Sat, 08 Apr 2006 22:51:22 +0200] rev 19367
tuned;
Sat, 08 Apr 2006 22:51:20 +0200 pretty_term': early vs. late externing (support authentic syntax);
wenzelm [Sat, 08 Apr 2006 22:51:20 +0200] rev 19366
pretty_term': early vs. late externing (support authentic syntax); add_abbrevs(_i): support print mode and authentic syntax;
Sat, 08 Apr 2006 22:51:19 +0200 print_theory: print abbreviations nicely;
wenzelm [Sat, 08 Apr 2006 22:51:19 +0200] rev 19365
print_theory: print abbreviations nicely;
Sat, 08 Apr 2006 22:51:17 +0200 added intern/extern/extern_early;
wenzelm [Sat, 08 Apr 2006 22:51:17 +0200] rev 19364
added intern/extern/extern_early; added expand_abbrevs flag; strip_abss: demand ocurrences of bounds in body; const decl: added flag for early externing (disabled for authentic syntax); abbrevs: support print mode; major cleanup;
Sat, 08 Apr 2006 22:51:06 +0200 refined 'abbreviation';
wenzelm [Sat, 08 Apr 2006 22:51:06 +0200] rev 19363
refined 'abbreviation';
Sat, 08 Apr 2006 22:12:02 +0200 made symlink relative
haftmann [Sat, 08 Apr 2006 22:12:02 +0200] rev 19362
made symlink relative
Sat, 08 Apr 2006 22:10:58 +0200 made symlink relative
haftmann [Sat, 08 Apr 2006 22:10:58 +0200] rev 19361
made symlink relative
Sat, 08 Apr 2006 15:24:21 +0200 converted Müller to Mueller to make smlnj 110.58 work
kleing [Sat, 08 Apr 2006 15:24:21 +0200] rev 19360
converted Müller to Mueller to make smlnj 110.58 work
Fri, 07 Apr 2006 17:27:53 +0200 Fixed bug that caused proof of induction rule to fail
berghofe [Fri, 07 Apr 2006 17:27:53 +0200] rev 19359
Fixed bug that caused proof of induction rule to fail for inductive sets with trivial introduction rules such as "x : S ==> x : S".
Fri, 07 Apr 2006 12:48:10 +0200 remame ASeries to Arithmetic_Series
kleing [Fri, 07 Apr 2006 12:48:10 +0200] rev 19358
remame ASeries to Arithmetic_Series
Fri, 07 Apr 2006 11:17:44 +0200 Added alternative version of thms_of_proof that does not recursively
berghofe [Fri, 07 Apr 2006 11:17:44 +0200] rev 19357
Added alternative version of thms_of_proof that does not recursively descend into proofs of (named) theorems.
Fri, 07 Apr 2006 05:14:54 +0200 hash table now stores thm and get_clasimp_atp_lemmas returns thm rather than term.
mengj [Fri, 07 Apr 2006 05:14:54 +0200] rev 19356
hash table now stores thm and get_clasimp_atp_lemmas returns thm rather than term.
Fri, 07 Apr 2006 05:14:06 +0200 filter now accepts axioms as thm, instead of term.
mengj [Fri, 07 Apr 2006 05:14:06 +0200] rev 19355
filter now accepts axioms as thm, instead of term.
Fri, 07 Apr 2006 05:12:51 +0200 tptp_write_file accepts axioms as thm.
mengj [Fri, 07 Apr 2006 05:12:51 +0200] rev 19354
tptp_write_file accepts axioms as thm.
Fri, 07 Apr 2006 05:12:23 +0200 added another function for CNF.
mengj [Fri, 07 Apr 2006 05:12:23 +0200] rev 19353
added another function for CNF.
Fri, 07 Apr 2006 05:12:00 +0200 lemmas returned from ResClasimp.get_clasimp_atp_lemmas are thm rather than term.
mengj [Fri, 07 Apr 2006 05:12:00 +0200] rev 19352
lemmas returned from ResClasimp.get_clasimp_atp_lemmas are thm rather than term.
Fri, 07 Apr 2006 03:20:34 +0200 renamed ASeries to Arithmetic_Series, removed the ^M
kleing [Fri, 07 Apr 2006 03:20:34 +0200] rev 19351
renamed ASeries to Arithmetic_Series, removed the ^M
Thu, 06 Apr 2006 17:29:40 +0200 modified the perm_compose rule such that it
urbanc [Thu, 06 Apr 2006 17:29:40 +0200] rev 19350
modified the perm_compose rule such that it is applied as simplification rule (as simproc) in the restricted case where the first permutation is a swapping coming from a supports problem also deleted the perm_compose' rule from the set of rules that are automatically tried
Thu, 06 Apr 2006 16:13:17 +0200 cleanup in typedef/datatype package
haftmann [Thu, 06 Apr 2006 16:13:17 +0200] rev 19349
cleanup in typedef/datatype package
Thu, 06 Apr 2006 16:12:57 +0200 added explicit serialization for int equality
haftmann [Thu, 06 Apr 2006 16:12:57 +0200] rev 19348
added explicit serialization for int equality
Thu, 06 Apr 2006 16:11:30 +0200 adapted for definitional code generation
haftmann [Thu, 06 Apr 2006 16:11:30 +0200] rev 19347
adapted for definitional code generation
Thu, 06 Apr 2006 16:10:46 +0200 cleanup in datatype package
haftmann [Thu, 06 Apr 2006 16:10:46 +0200] rev 19346
cleanup in datatype package
Thu, 06 Apr 2006 16:10:22 +0200 small type annotation fix
haftmann [Thu, 06 Apr 2006 16:10:22 +0200] rev 19345
small type annotation fix
(0) -10000 -3000 -1000 -300 -100 -48 +48 +100 +300 +1000 +3000 +10000 +30000 tip