Sat, 04 Dec 2010 21:53:00 +0100 more intimate definition of fold_list / fold_once in terms of fold
haftmann [Sat, 04 Dec 2010 21:53:00 +0100] rev 40962
more intimate definition of fold_list / fold_once in terms of fold
Sat, 04 Dec 2010 21:26:33 +0100 canonical fold signature
haftmann [Sat, 04 Dec 2010 21:26:33 +0100] rev 40961
canonical fold signature
Sat, 04 Dec 2010 21:26:55 +0100 formal notepad without any result;
wenzelm [Sat, 04 Dec 2010 21:26:55 +0100] rev 40960
formal notepad without any result;
Sat, 04 Dec 2010 18:41:12 +0100 added Syntax.default_root;
wenzelm [Sat, 04 Dec 2010 18:41:12 +0100] rev 40959
added Syntax.default_root; simplified Syntax.parse operations; clarified treatment of syntax root for translation rules -- refrain from logical_type replacement; tuned error message;
Sat, 04 Dec 2010 15:14:28 +0100 eliminated obsolete Token.Malformed -- subsumed by Token.Error;
wenzelm [Sat, 04 Dec 2010 15:14:28 +0100] rev 40958
eliminated obsolete Token.Malformed -- subsumed by Token.Error;
Sat, 04 Dec 2010 14:59:25 +0100 tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
wenzelm [Sat, 04 Dec 2010 14:59:25 +0100] rev 40957
tuned @{datatype} using Syntax.pretty_priority (NB: postfix type application yields Syntax.max_pri, so arguments in prefix application require higher priority);
Sat, 04 Dec 2010 14:57:04 +0100 added Syntax.pretty_priority;
wenzelm [Sat, 04 Dec 2010 14:57:04 +0100] rev 40956
added Syntax.pretty_priority;
Fri, 03 Dec 2010 22:40:26 +0100 merged
haftmann [Fri, 03 Dec 2010 22:40:26 +0100] rev 40955
merged
Fri, 03 Dec 2010 14:46:58 +0100 conventional point-free characterization of rsp_fold
haftmann [Fri, 03 Dec 2010 14:46:58 +0100] rev 40954
conventional point-free characterization of rsp_fold
Fri, 03 Dec 2010 14:39:15 +0100 replaced memb by existing List.member
haftmann [Fri, 03 Dec 2010 14:39:15 +0100] rev 40953
replaced memb by existing List.member
Fri, 03 Dec 2010 14:22:24 +0100 explicit type constraint;
haftmann [Fri, 03 Dec 2010 14:22:24 +0100] rev 40952
explicit type constraint; streamlined notation
Fri, 03 Dec 2010 22:39:34 +0100 tuned proposition
haftmann [Fri, 03 Dec 2010 22:39:34 +0100] rev 40951
tuned proposition
Fri, 03 Dec 2010 22:34:20 +0100 lemma multiset_of_rev
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40950
lemma multiset_of_rev
Fri, 03 Dec 2010 22:34:20 +0100 lemmas fold_remove1_split and fold_multiset_equiv
haftmann [Fri, 03 Dec 2010 22:34:20 +0100] rev 40949
lemmas fold_remove1_split and fold_multiset_equiv
Fri, 03 Dec 2010 22:08:14 +0100 minor tuning for release;
wenzelm [Fri, 03 Dec 2010 22:08:14 +0100] rev 40948
minor tuning for release;
Fri, 03 Dec 2010 21:34:54 +0100 source files are always encoded as UTF-8;
wenzelm [Fri, 03 Dec 2010 21:34:54 +0100] rev 40947
source files are always encoded as UTF-8;
Fri, 03 Dec 2010 21:30:41 +0100 eliminated fragile HTML.with_charset -- always use utf-8;
wenzelm [Fri, 03 Dec 2010 21:30:41 +0100] rev 40946
eliminated fragile HTML.with_charset -- always use utf-8;
Fri, 03 Dec 2010 20:38:58 +0100 recoded latin1 as utf8;
wenzelm [Fri, 03 Dec 2010 20:38:58 +0100] rev 40945
recoded latin1 as utf8; use textcomp for some text symbols where it appears appropriate;
Fri, 03 Dec 2010 20:26:57 +0100 removed old generated stuff;
wenzelm [Fri, 03 Dec 2010 20:26:57 +0100] rev 40944
removed old generated stuff; removed DOS line endings;
Fri, 03 Dec 2010 20:02:57 +0100 comment;
wenzelm [Fri, 03 Dec 2010 20:02:57 +0100] rev 40943
comment;
Fri, 03 Dec 2010 18:29:49 +0100 update documentation
blanchet [Fri, 03 Dec 2010 18:29:49 +0100] rev 40942
update documentation
Fri, 03 Dec 2010 18:29:14 +0100 replace "smt" prover with specific SMT solvers, e.g. "z3" -- whatever the SMT module gives us
blanchet [Fri, 03 Dec 2010 18:29:14 +0100] rev 40941
replace "smt" prover with specific SMT solvers, e.g. "z3" -- whatever the SMT module gives us
Fri, 03 Dec 2010 18:27:21 +0100 export more information about available SMT solvers
blanchet [Fri, 03 Dec 2010 18:27:21 +0100] rev 40940
export more information about available SMT solvers
Fri, 03 Dec 2010 17:59:13 +0100 setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
wenzelm [Fri, 03 Dec 2010 17:59:13 +0100] rev 40939
setup subtyping/coercions once in HOL.thy, but enable it only later via configuration option;
Thu, 02 Dec 2010 21:48:36 +0100 use "fold_map" instead of "fold (fn .. => .. (ts @ [t], ..)) .."
traytel [Thu, 02 Dec 2010 21:48:36 +0100] rev 40938
use "fold_map" instead of "fold (fn .. => .. (ts @ [t], ..)) .."
Fri, 03 Dec 2010 17:31:27 +0100 updated generated file;
wenzelm [Fri, 03 Dec 2010 17:31:27 +0100] rev 40937
updated generated file;
Fri, 03 Dec 2010 17:29:27 +0100 removed confusing comments (cf. 500171e7aa59);
wenzelm [Fri, 03 Dec 2010 17:29:27 +0100] rev 40936
removed confusing comments (cf. 500171e7aa59);
Fri, 03 Dec 2010 17:18:41 +0100 merged
wenzelm [Fri, 03 Dec 2010 17:18:41 +0100] rev 40935
merged
Fri, 03 Dec 2010 14:00:55 +0100 removed outdated lint script
haftmann [Fri, 03 Dec 2010 14:00:55 +0100] rev 40934
removed outdated lint script
Fri, 03 Dec 2010 10:43:09 +0100 merged
blanchet [Fri, 03 Dec 2010 10:43:09 +0100] rev 40933
merged
Fri, 03 Dec 2010 10:28:39 +0100 compile
blanchet [Fri, 03 Dec 2010 10:28:39 +0100] rev 40932
compile
Fri, 03 Dec 2010 09:55:45 +0100 run synchronous Auto Tools in parallel
blanchet [Fri, 03 Dec 2010 09:55:45 +0100] rev 40931
run synchronous Auto Tools in parallel
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -32 +32 +50 +100 +300 +1000 +3000 +10000 +30000 tip