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);