huffman [Wed, 02 Jan 2008 19:41:12 +0100] rev 25787
update sq_ord/po instance proofs
huffman [Wed, 02 Jan 2008 18:57:40 +0100] rev 25786
move lemmas from Cont.thy to Ffun.thy;
reorder dependency of Cont.thy and Ffun.thy;
add dcpo instance proofs for function type
huffman [Wed, 02 Jan 2008 18:54:21 +0100] rev 25785
remove not_up_less_UU [simp]
huffman [Wed, 02 Jan 2008 18:29:03 +0100] rev 25784
update instance proofs for sq_ord, po; new instance proofs for dcpo
huffman [Wed, 02 Jan 2008 18:28:15 +0100] rev 25783
add lemma ub2ub_monofun'
huffman [Wed, 02 Jan 2008 18:27:07 +0100] rev 25782
added dcpo instance proofs
huffman [Wed, 02 Jan 2008 18:26:01 +0100] rev 25781
new class dcpo; added dcpo versions of some lemmas
huffman [Wed, 02 Jan 2008 18:23:45 +0100] rev 25780
added new lemmas
huffman [Wed, 02 Jan 2008 17:26:19 +0100] rev 25779
add lemma dir2dir_monofun
wenzelm [Wed, 02 Jan 2008 16:44:58 +0100] rev 25778
tuned;
huffman [Wed, 02 Jan 2008 16:37:27 +0100] rev 25777
new is_ub lemmas; new lub syntax for set image
wenzelm [Wed, 02 Jan 2008 16:33:07 +0100] rev 25776
Multithreading.max_threads := 0 refers to number of cores of underlying machine;
wenzelm [Wed, 02 Jan 2008 16:32:53 +0100] rev 25775
added Multithreading.max_threads_value, which maps a value of 0 to number of CPUs;
wenzelm [Wed, 02 Jan 2008 16:32:52 +0100] rev 25774
added usedir -M max (alias for -M 0);
huffman [Wed, 02 Jan 2008 16:17:49 +0100] rev 25773
new section for directed sets
haftmann [Wed, 02 Jan 2008 15:39:42 +0100] rev 25772
split of class uminus
haftmann [Wed, 02 Jan 2008 15:14:27 +0100] rev 25771
empty dictionaries for OCaml
haftmann [Wed, 02 Jan 2008 15:14:26 +0100] rev 25770
clarified policy
haftmann [Wed, 02 Jan 2008 15:14:25 +0100] rev 25769
tuned
haftmann [Wed, 02 Jan 2008 15:14:24 +0100] rev 25768
some more antiquotations
haftmann [Wed, 02 Jan 2008 15:14:23 +0100] rev 25767
index now a copy of nat rather than int
haftmann [Wed, 02 Jan 2008 15:14:22 +0100] rev 25766
absolute import
haftmann [Wed, 02 Jan 2008 15:14:20 +0100] rev 25765
some more primrec
haftmann [Wed, 02 Jan 2008 15:14:17 +0100] rev 25764
removed some legacy instantiations
haftmann [Wed, 02 Jan 2008 15:14:15 +0100] rev 25763
improved evaluation mechanism
haftmann [Wed, 02 Jan 2008 15:14:02 +0100] rev 25762
splitted class uminus from class minus
paulson [Wed, 02 Jan 2008 12:22:38 +0100] rev 25761
testing for empty sort
paulson [Wed, 02 Jan 2008 12:22:05 +0100] rev 25760
new metis proofs
kleing [Wed, 02 Jan 2008 04:10:47 +0100] rev 25759
renamed foldM to fold_mset on general request
added Tobias' lemmas on fold_mset (A+B) etc
tuned default simp set for fold_mset
huffman [Wed, 02 Jan 2008 01:20:18 +0100] rev 25758
update instance proofs to new style
huffman [Tue, 01 Jan 2008 20:35:16 +0100] rev 25757
declare sprodE as cases rule; new induction rule sprod_induct
huffman [Tue, 01 Jan 2008 20:30:16 +0100] rev 25756
add induction rule ssum_induct
wenzelm [Tue, 01 Jan 2008 16:09:29 +0100] rev 25755
eval_wrapper: CRITICAL;
tuned;
wenzelm [Tue, 01 Jan 2008 16:09:28 +0100] rev 25754
try_ml_file: setmp explicit theory context, prevents race condition wrt. concurrent ML_Context.set_context;
wenzelm [Tue, 01 Jan 2008 16:09:27 +0100] rev 25753
tuned spaces;
wenzelm [Tue, 01 Jan 2008 16:09:26 +0100] rev 25752
removed separate exists/forall code;
urbanc [Tue, 01 Jan 2008 07:28:20 +0100] rev 25751
tuned proofs and comments
wenzelm [Mon, 31 Dec 2007 19:36:29 +0100] rev 25750
removed obsolete banner;
wenzelm [Sun, 30 Dec 2007 23:07:31 +0100] rev 25749
tuned;
wenzelm [Sun, 30 Dec 2007 23:07:27 +0100] rev 25748
added PROMPT message;
wenzelm [Sun, 30 Dec 2007 22:10:20 +0100] rev 25747
added isSystem;
tune isRaw;
wenzelm [Sun, 30 Dec 2007 13:15:33 +0100] rev 25746
simple make script;
wenzelm [Sat, 29 Dec 2007 17:47:12 +0100] rev 25745
tuned comments (javadoc);
wenzelm [Thu, 27 Dec 2007 12:11:01 +0100] rev 25744
use polyml-cvs, the 5.2 development branch;
wenzelm [Sat, 22 Dec 2007 14:10:25 +0100] rev 25743
tuned RandomWord interface;
wenzelm [Sat, 22 Dec 2007 14:10:24 +0100] rev 25742
added int/real/list operations;
tuned interface;
tuned;
wenzelm [Sat, 22 Dec 2007 14:10:22 +0100] rev 25741
use random_word.ML earlier;
huffman [Fri, 21 Dec 2007 20:29:32 +0100] rev 25740
changed type definition to make Iwhen and reasoning about chains unnecessary;
rearranged sections
ballarin [Fri, 21 Dec 2007 16:18:23 +0100] rev 25739
Fixed eta constraction issue in compose_witness
wenzelm [Thu, 20 Dec 2007 22:21:30 +0100] rev 25738
included meson/metis tests in simultaneous use_thys;
wenzelm [Thu, 20 Dec 2007 21:14:28 +0100] rev 25737
``print mode'' is now a thread-local value derived from a global template;
wenzelm [Thu, 20 Dec 2007 21:12:03 +0100] rev 25736
scheduling/next_task: PrintMode.closure;
wenzelm [Thu, 20 Dec 2007 21:12:02 +0100] rev 25735
added get/put_data;
wenzelm [Thu, 20 Dec 2007 21:12:01 +0100] rev 25734
separated into global template vs. thread-local value;
made setmp thread-local (non-critical);
added closure;
wenzelm [Thu, 20 Dec 2007 21:12:00 +0100] rev 25733
Universal values via tagged union. Emulates structure Universal in Poly/ML 5.1.
wenzelm [Thu, 20 Dec 2007 21:11:58 +0100] rev 25732
added ML-Systems/universal.ML;
wenzelm [Thu, 20 Dec 2007 21:09:38 +0100] rev 25731
updated;
wenzelm [Thu, 20 Dec 2007 14:33:43 +0100] rev 25730
obsolete;
wenzelm [Thu, 20 Dec 2007 14:33:41 +0100] rev 25729
removed obsolete (slow!) Random implementation;
wenzelm [Thu, 20 Dec 2007 14:33:40 +0100] rev 25728
moved Pure/General/random_word.ML to Tools/random_word.ML;