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;
wenzelm [Sun, 18 May 2008 15:04:41 +0200] rev 26948
Syntax.string_of_typ: proper context;
wenzelm [Sun, 18 May 2008 15:04:37 +0200] rev 26947
moved global pretty/string_of functions from Sign to Syntax;
tuned message;
wenzelm [Sun, 18 May 2008 15:04:33 +0200] rev 26946
removed norm_absolute (not thread safe; chdir does not guarantee normalization anyway);
full_path: no link expansion here (reverted change of 1.18);
ident: OS.FileSys.fullPath takes care of link expansion;
wenzelm [Sun, 18 May 2008 15:04:31 +0200] rev 26945
renamed type decompT to decomp;
refute: proper context for trace_ex;
some attempts to improve readability;
wenzelm [Sun, 18 May 2008 15:04:27 +0200] rev 26944
Syntax.string_of_term with proper context;
wenzelm [Sun, 18 May 2008 15:04:24 +0200] rev 26943
moved global pretty/string_of functions from Sign to Syntax;
removed dead code;
wenzelm [Sun, 18 May 2008 15:04:22 +0200] rev 26942
renamed type decompT to decomp;
wenzelm [Sun, 18 May 2008 15:04:20 +0200] rev 26941
pr_matrix: proper context;
wenzelm [Sun, 18 May 2008 15:04:17 +0200] rev 26940
guess_instance: proper context;
wenzelm [Sun, 18 May 2008 15:04:09 +0200] rev 26939
moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sat, 17 May 2008 23:53:20 +0200] rev 26938
tuned comments;
wenzelm [Sat, 17 May 2008 23:53:19 +0200] rev 26937
tuned proofs;
wenzelm [Sat, 17 May 2008 23:37:11 +0200] rev 26936
avoid undeclared variables in facts;
wenzelm [Sat, 17 May 2008 23:37:09 +0200] rev 26935
avoid undeclared variables within proofs;
refrain from setting global references;
wenzelm [Sat, 17 May 2008 23:37:07 +0200] rev 26934
avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 21:46:24 +0200] rev 26933
tuned proof;
wenzelm [Sat, 17 May 2008 21:46:22 +0200] rev 26932
avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 15:31:42 +0200] rev 26931
cat_lines;
wenzelm [Sat, 17 May 2008 14:27:02 +0200] rev 26930
default token translations: observe Sign.is_pretty_global for fixed variables;
wenzelm [Sat, 17 May 2008 14:27:01 +0200] rev 26929
added pretty_global flag;
wenzelm [Sat, 17 May 2008 13:54:30 +0200] rev 26928
structure Display: less pervasive operations;
huffman [Fri, 16 May 2008 23:25:37 +0200] rev 26927
rename locales;
add completion_approx constant to ideal_completion locale;
add new set-like syntax for powerdomains;
reorganized proofs
urbanc [Fri, 16 May 2008 22:35:25 +0200] rev 26926
added a lemma about existence of contexts
wenzelm [Fri, 16 May 2008 21:56:13 +0200] rev 26925
* Method "cases", "induct", "coinduct": removed obsolete "(open)" option;
* Isar statements: removed obsolete case "rule_context";
wenzelm [Fri, 16 May 2008 21:53:30 +0200] rev 26924
removed obsolete option open;
tuned comments;