nipkow [Sun, 09 Apr 2006 14:31:37 +0200] rev 19377
*** empty log message ***
nipkow [Sun, 09 Apr 2006 14:20:23 +0200] rev 19376
Removed old set interval syntax.
wenzelm [Sat, 08 Apr 2006 22:51:35 +0200] rev 19375
pretty_term: 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);
wenzelm [Sat, 08 Apr 2006 22:51:31 +0200] rev 19373
removed fix_mixfix;
added const_mixfix, mixfix_const;
wenzelm [Sat, 08 Apr 2006 22:51:30 +0200] rev 19372
abbreviation(_i): do not expand abbreviations, do not use derived_def;
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;
wenzelm [Sat, 08 Apr 2006 22:51:26 +0200] rev 19370
abbrevs: support print mode;
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;
wenzelm [Sat, 08 Apr 2006 22:51:23 +0200] rev 19368
'abbreviation': optional print mode;
wenzelm [Sat, 08 Apr 2006 22:51:22 +0200] rev 19367
tuned;
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;
wenzelm [Sat, 08 Apr 2006 22:51:19 +0200] rev 19365
print_theory: print abbreviations nicely;
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;
wenzelm [Sat, 08 Apr 2006 22:51:06 +0200] rev 19363
refined 'abbreviation';
haftmann [Sat, 08 Apr 2006 22:12:02 +0200] rev 19362
made symlink relative
haftmann [Sat, 08 Apr 2006 22:10:58 +0200] rev 19361
made symlink relative
kleing [Sat, 08 Apr 2006 15:24:21 +0200] rev 19360
converted Müller to Mueller to make smlnj 110.58 work
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".
kleing [Fri, 07 Apr 2006 12:48:10 +0200] rev 19358
remame ASeries to Arithmetic_Series
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.
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.
mengj [Fri, 07 Apr 2006 05:14:06 +0200] rev 19355
filter now accepts axioms as thm, instead of term.
mengj [Fri, 07 Apr 2006 05:12:51 +0200] rev 19354
tptp_write_file accepts axioms as thm.
mengj [Fri, 07 Apr 2006 05:12:23 +0200] rev 19353
added another function for CNF.
mengj [Fri, 07 Apr 2006 05:12:00 +0200] rev 19352
lemmas returned from ResClasimp.get_clasimp_atp_lemmas are thm rather than term.
kleing [Fri, 07 Apr 2006 03:20:34 +0200] rev 19351
renamed ASeries to Arithmetic_Series, removed the ^M
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
haftmann [Thu, 06 Apr 2006 16:13:17 +0200] rev 19349
cleanup in typedef/datatype package
haftmann [Thu, 06 Apr 2006 16:12:57 +0200] rev 19348
added explicit serialization for int equality