wenzelm [Wed, 29 Jun 2005 15:13:38 +0200] rev 16608
Drule.implies_intr_hyps;
wenzelm [Wed, 29 Jun 2005 15:13:37 +0200] rev 16607
added print': print depending on print_mode;
wenzelm [Wed, 29 Jun 2005 15:13:36 +0200] rev 16606
no Syntax.internal on thesis;
wenzelm [Wed, 29 Jun 2005 15:13:35 +0200] rev 16605
added print_mode three_buffersN and corresponding cond_print;
wenzelm [Wed, 29 Jun 2005 15:13:34 +0200] rev 16604
cond_print for end-of-proof and calculational commands;
wenzelm [Wed, 29 Jun 2005 15:13:33 +0200] rev 16603
added eq;
improved copy/copy_dir: only copy if non-eq;
wenzelm [Wed, 29 Jun 2005 15:13:32 +0200] rev 16602
pass thy as explicit argument (the old ref was not safe
in conjunction with lazy evaluation -- the unify code could be fooled
about the present theory context);
wenzelm [Wed, 29 Jun 2005 15:13:31 +0200] rev 16601
more efficient treatment of shyps and hyps (use ordered lists);
added 'sorts' field to cterm;
removed obsolete fix_shyps;
moved implies_intr_hyps to drule.ML;
wenzelm [Wed, 29 Jun 2005 15:13:30 +0200] rev 16600
Syntax.read thy;
wenzelm [Wed, 29 Jun 2005 15:13:29 +0200] rev 16599
tuned sort_ord: pointer_eq;
tuned size_of_term: less stack usage;
wenzelm [Wed, 29 Jun 2005 15:13:28 +0200] rev 16598
removed obsolete eq_sort, mem_sort, subset_sort, eq_set_sort, ins_sort, union_sort, rems_sort;
added efficient operations on ordered lists: eq_set, union, subtract, insert_sort/typ(s)/term(s);
wenzelm [Wed, 29 Jun 2005 15:13:27 +0200] rev 16597
eliminated separate syn type -- advanced trfuns already part of Syntax.syntax;
wenzelm [Wed, 29 Jun 2005 15:13:26 +0200] rev 16596
replaced Syntax.simple_pprint_typ by (Sign.pprint_typ ProtoPure.thy);
wenzelm [Wed, 29 Jun 2005 15:13:25 +0200] rev 16595
added implies_intr_hyps (from thm.ML);
wenzelm [Wed, 29 Jun 2005 15:13:23 +0200] rev 16594
added joinable;