huffman [Mon, 19 May 2008 23:50:06 +0200] rev 26963
instantiation lift :: (countable) bifinite
huffman [Mon, 19 May 2008 23:49:20 +0200] rev 26962
use new class package for classes profinite, bifinite; remove approx class
wenzelm [Sun, 18 May 2008 17:04:48 +0200] rev 26961
updated generated file;
wenzelm [Sun, 18 May 2008 17:03:26 +0200] rev 26960
unparse_term: check PureThy.old_appl_syntax instead of CPure;
wenzelm [Sun, 18 May 2008 17:03:24 +0200] rev 26959
theory Pure provides regular application syntax by default;
added old_appl_syntax_setup for former Pure clients;
wenzelm [Sun, 18 May 2008 17:03:23 +0200] rev 26958
converted to regular application syntax;
wenzelm [Sun, 18 May 2008 17:03:20 +0200] rev 26957
eliminated theory CPure;
wenzelm [Sun, 18 May 2008 17:03:16 +0200] rev 26956
setup PureThy.old_appl_syntax_setup -- theory Pure provides regular application syntax by default;
wenzelm [Sun, 18 May 2008 17:03:14 +0200] rev 26955
* Eliminated theory ProtoPure and CPure, leaving just one Pure theory.
urbanc [Sun, 18 May 2008 16:19:48 +0200] rev 26954
proper handling of the return code for the ps-format (fixes a bug)
wenzelm [Sun, 18 May 2008 15:28:21 +0200] rev 26953
oops -- pr_graph = Syntax.string_of_term;
removed dead pr_matrix;
wenzelm [Sun, 18 May 2008 15:04:48 +0200] rev 26952
command 'normal_form': proper context via Variable.auto_fixes;
wenzelm [Sun, 18 May 2008 15:04:46 +0200] rev 26951
moved global pretty/string_of functions from Sign to Syntax;
reordered signature;
wenzelm [Sun, 18 May 2008 15:04:45 +0200] rev 26950
Syntax.string_of_sort: proper context;
wenzelm [Sun, 18 May 2008 15:04:43 +0200] rev 26949
pprint: proper global context via Syntax.init_pretty_global;