huffman [Fri, 01 Jul 2005 02:35:24 +0200] rev 16627
cleaned up
huffman [Fri, 01 Jul 2005 02:30:59 +0200] rev 16626
cleaned up
huffman [Fri, 01 Jul 2005 01:50:46 +0200] rev 16625
renamed flatdom2monofun to flatdom_strict2mono
huffman [Fri, 01 Jul 2005 01:50:07 +0200] rev 16624
cleaned up; reorganized and added section headings
huffman [Fri, 01 Jul 2005 01:48:37 +0200] rev 16623
cleaned up; added adm_less to adm_lemmas; added subsection headings
wenzelm [Thu, 30 Jun 2005 19:49:41 +0200] rev 16622
revert to 1.27 due to obscure performance issues (!??);
huffman [Thu, 30 Jun 2005 19:43:50 +0200] rev 16621
replace filter2 with List.partition
ballarin [Thu, 30 Jun 2005 14:06:29 +0200] rev 16620
Proper treatment of beta-redexes in witness theorems.
haftmann [Thu, 30 Jun 2005 08:57:53 +0200] rev 16619
minor corrections
kleing [Thu, 30 Jun 2005 08:23:47 +0200] rev 16618
test sml-dev on mac as well
kleing [Thu, 30 Jun 2005 08:23:20 +0200] rev 16617
use only 1 CPU on MacOS 10.4.1
kleing [Thu, 30 Jun 2005 08:22:56 +0200] rev 16616
use kleing@cse instead of kleing@in.tum.de
kleing [Thu, 30 Jun 2005 05:27:40 +0200] rev 16615
use global settings for isatest-doc
wenzelm [Wed, 29 Jun 2005 15:13:44 +0200] rev 16614
export no_type_brackets;
accomodate advanced trfuns;
tuned;
wenzelm [Wed, 29 Jun 2005 15:13:43 +0200] rev 16613
proper treatment of advanced trfuns: pass thy argument;
tuned warning;
wenzelm [Wed, 29 Jun 2005 15:13:42 +0200] rev 16612
transform_failure in translation functions: TRANSLATION_FAIL;
proper treatment of advanced trfuns: pass thy argument;
tuned bigimpl_ast_tr, impl_ast_tr';
wenzelm [Wed, 29 Jun 2005 15:13:41 +0200] rev 16611
proper treatment of advanced trfuns: pass thy argument;
transform_failure in translation functions: TRANSLATION_FAIL;
removed obsolete '*** INSUFFICIENT SYNTAX FOR PREFIX APPLICATION ***';
wenzelm [Wed, 29 Jun 2005 15:13:40 +0200] rev 16610
accomodate advanced trfuns;
wenzelm [Wed, 29 Jun 2005 15:13:39 +0200] rev 16609
removed obsolete (un)fold_ast2;
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);