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.