wenzelm [Fri, 06 Jan 2012 20:48:52 +0100] rev 46144
merged
haftmann [Fri, 06 Jan 2012 20:39:50 +0100] rev 46143
farewell to theory More_List
haftmann [Fri, 06 Jan 2012 11:15:02 +0100] rev 46142
dropped unused nth_map
haftmann [Fri, 06 Jan 2012 10:53:52 +0100] rev 46141
more explicit NEWS
wenzelm [Fri, 06 Jan 2012 20:18:49 +0100] rev 46140
refined case syntax again, improved treatment of constructors without arguments, e.g. "case a of (True, x) => x";
wenzelm [Fri, 06 Jan 2012 19:24:23 +0100] rev 46139
tuned;
wenzelm [Fri, 06 Jan 2012 17:44:42 +0100] rev 46138
improved list comprehension syntax: more careful treatment of position constraints, which enables PIDE markup;
tuned;
wenzelm [Fri, 06 Jan 2012 16:45:19 +0100] rev 46137
tuned -- more direct @{type_name set} (NB: binder_tr' retains the original non-syntax type for the bound/free variable);
wenzelm [Fri, 06 Jan 2012 16:42:15 +0100] rev 46136
recovered case syntax for of_int, also with source positions (appears to be unused nonetheless);
wenzelm [Fri, 06 Jan 2012 15:19:17 +0100] rev 46135
more careful treatment of outermost constraints, e.g. constructors without arguments (despite loss of positions for catch-all variables);
wenzelm [Fri, 06 Jan 2012 11:27:49 +0100] rev 46134
proper refs;
haftmann [Fri, 06 Jan 2012 10:19:49 +0100] rev 46133
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r)
haftmann [Fri, 06 Jan 2012 10:19:49 +0100] rev 46132
incorporated canonical fold combinator on lists into body of List theory; refactored passages on List.fold(l/r); tuned quotes
haftmann [Fri, 06 Jan 2012 10:19:48 +0100] rev 46131
prefer listsum over foldl plus 0