wenzelm [Sat, 29 May 2004 15:05:51 +0200] rev 14832
pp: abstract pretty printing context; string_of/str_of: mark result as raw output; added Pretty.unbreakable;
wenzelm [Sat, 29 May 2004 15:05:37 +0200] rev 14831
added Pure/General/output.ML; load Pure/General/pretty.ML early in Pure/ROOT.ML;
wenzelm [Sat, 29 May 2004 15:05:25 +0200] rev 14830
removed norm_typ; improved output; refer to Pretty.pp;
wenzelm [Sat, 29 May 2004 15:05:02 +0200] rev 14829
moved read_int etc. to library.ML; added type 'arity';
wenzelm [Sat, 29 May 2004 15:03:59 +0200] rev 14828
improved output; refer to Pretty.pp;
wenzelm [Sat, 29 May 2004 15:02:35 +0200] rev 14827
Output.add_mode; Output.timing;
wenzelm [Sat, 29 May 2004 15:02:13 +0200] rev 14826
output channels and diagnostics moved to General/output.ML; added read_int etc. from term.ML; removed obsolete mtree; type rat uses exception RAT;
wenzelm [Sat, 29 May 2004 15:01:36 +0200] rev 14825
Output.timing;
wenzelm [Sat, 29 May 2004 15:00:52 +0200] rev 14824
improved output;
wenzelm [Sat, 29 May 2004 15:00:25 +0200] rev 14823
moved print_mode to General/output.ML; load General/pretty.ML early;
wenzelm [Sat, 29 May 2004 15:00:14 +0200] rev 14822
added Pure/General/output.ML;
wenzelm [Sat, 29 May 2004 14:59:57 +0200] rev 14821
avoid 'handle _' -- would cover Interrupt as well!!!