wenzelm [Mon, 28 Mar 2011 23:49:53 +0200] rev 42144
list comprehension: strip positions where the translation cannot handle them right now;
wenzelm [Mon, 28 Mar 2011 22:44:14 +0200] rev 42143
address serious problem of type inference (introduced in 6f085332c7d3): _type_constraint_ needs type scheme A --> A with proper scope of parameters, otherwise term "(f :: _ => _) :: 'c => 'c" will get type "'a => 'b", for example;
krauss [Mon, 28 Mar 2011 17:33:16 +0200] rev 42142
raised various timeouts to accommodate sluggish SML/NJ
bulwahn [Mon, 28 Mar 2011 10:25:28 +0200] rev 42141
changing values_timeout from a static option to a dynamic option as required for testing with SML/NJ
krauss [Mon, 28 Mar 2011 09:22:22 +0200] rev 42140
keep smlnj HOL images around
wenzelm [Sun, 27 Mar 2011 21:44:10 +0200] rev 42139
merged
krauss [Sun, 27 Mar 2011 17:32:25 +0200] rev 42138
added make target 'smlnj' to refer to what can/should be tested using smlnj -- allows the use of "isabelle makeall smlnj";
adapted test configuration SML_makeall
krauss [Sun, 27 Mar 2011 16:56:16 +0200] rev 42137
avoid *** in normal output, which usually marks errors in logs
wenzelm [Sun, 27 Mar 2011 21:19:23 +0200] rev 42136
added Markup.Name and Markup.Kind convenience;
token_style for entity kind markup;
wenzelm [Sun, 27 Mar 2011 20:55:01 +0200] rev 42135
decode_term: some context-sensitive markup;
more informative Markup.entity and Name_Space.markup_entry;
Markup.const: use "constant" to make it coincide with name space kind;
wenzelm [Sun, 27 Mar 2011 19:51:51 +0200] rev 42134
tuned signatures;
wenzelm [Sun, 27 Mar 2011 19:27:31 +0200] rev 42133
decode_term: more precise reports;
wenzelm [Sun, 27 Mar 2011 18:12:18 +0200] rev 42132
adhoc token style for free/bound;
wenzelm [Sun, 27 Mar 2011 17:55:11 +0200] rev 42131
decode_term/disambig: report resolved term variables for the unique (!) result;