Sun, 18 May 2008 15:04:46 +0200 moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sun, 18 May 2008 15:04:46 +0200] rev 26951
moved global pretty/string_of functions from Sign to Syntax; reordered signature;
Sun, 18 May 2008 15:04:45 +0200 Syntax.string_of_sort: proper context;
wenzelm [Sun, 18 May 2008 15:04:45 +0200] rev 26950
Syntax.string_of_sort: proper context;
Sun, 18 May 2008 15:04:43 +0200 pprint: proper global context via Syntax.init_pretty_global;
wenzelm [Sun, 18 May 2008 15:04:43 +0200] rev 26949
pprint: proper global context via Syntax.init_pretty_global;
Sun, 18 May 2008 15:04:41 +0200 Syntax.string_of_typ: proper context;
wenzelm [Sun, 18 May 2008 15:04:41 +0200] rev 26948
Syntax.string_of_typ: proper context;
Sun, 18 May 2008 15:04:37 +0200 moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sun, 18 May 2008 15:04:37 +0200] rev 26947
moved global pretty/string_of functions from Sign to Syntax; tuned message;
Sun, 18 May 2008 15:04:33 +0200 removed norm_absolute (not thread safe; chdir does not guarantee normalization anyway);
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;
Sun, 18 May 2008 15:04:31 +0200 renamed type decompT to decomp;
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;
Sun, 18 May 2008 15:04:27 +0200 Syntax.string_of_term with proper context;
wenzelm [Sun, 18 May 2008 15:04:27 +0200] rev 26944
Syntax.string_of_term with proper context;
Sun, 18 May 2008 15:04:24 +0200 moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sun, 18 May 2008 15:04:24 +0200] rev 26943
moved global pretty/string_of functions from Sign to Syntax; removed dead code;
Sun, 18 May 2008 15:04:22 +0200 renamed type decompT to decomp;
wenzelm [Sun, 18 May 2008 15:04:22 +0200] rev 26942
renamed type decompT to decomp;
Sun, 18 May 2008 15:04:20 +0200 pr_matrix: proper context;
wenzelm [Sun, 18 May 2008 15:04:20 +0200] rev 26941
pr_matrix: proper context;
Sun, 18 May 2008 15:04:17 +0200 guess_instance: proper context;
wenzelm [Sun, 18 May 2008 15:04:17 +0200] rev 26940
guess_instance: proper context;
Sun, 18 May 2008 15:04:09 +0200 moved global pretty/string_of functions from Sign to Syntax;
wenzelm [Sun, 18 May 2008 15:04:09 +0200] rev 26939
moved global pretty/string_of functions from Sign to Syntax;
Sat, 17 May 2008 23:53:20 +0200 tuned comments;
wenzelm [Sat, 17 May 2008 23:53:20 +0200] rev 26938
tuned comments;
Sat, 17 May 2008 23:53:19 +0200 tuned proofs;
wenzelm [Sat, 17 May 2008 23:53:19 +0200] rev 26937
tuned proofs;
Sat, 17 May 2008 23:37:11 +0200 avoid undeclared variables in facts;
wenzelm [Sat, 17 May 2008 23:37:11 +0200] rev 26936
avoid undeclared variables in facts;
Sat, 17 May 2008 23:37:09 +0200 avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 23:37:09 +0200] rev 26935
avoid undeclared variables within proofs; refrain from setting global references;
Sat, 17 May 2008 23:37:07 +0200 avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 23:37:07 +0200] rev 26934
avoid undeclared variables within proofs;
Sat, 17 May 2008 21:46:24 +0200 tuned proof;
wenzelm [Sat, 17 May 2008 21:46:24 +0200] rev 26933
tuned proof;
Sat, 17 May 2008 21:46:22 +0200 avoid undeclared variables within proofs;
wenzelm [Sat, 17 May 2008 21:46:22 +0200] rev 26932
avoid undeclared variables within proofs;
Sat, 17 May 2008 15:31:42 +0200 cat_lines;
wenzelm [Sat, 17 May 2008 15:31:42 +0200] rev 26931
cat_lines;
Sat, 17 May 2008 14:27:02 +0200 default token translations: observe Sign.is_pretty_global for fixed variables;
wenzelm [Sat, 17 May 2008 14:27:02 +0200] rev 26930
default token translations: observe Sign.is_pretty_global for fixed variables;
Sat, 17 May 2008 14:27:01 +0200 added pretty_global flag;
wenzelm [Sat, 17 May 2008 14:27:01 +0200] rev 26929
added pretty_global flag;
Sat, 17 May 2008 13:54:30 +0200 structure Display: less pervasive operations;
wenzelm [Sat, 17 May 2008 13:54:30 +0200] rev 26928
structure Display: less pervasive operations;
Fri, 16 May 2008 23:25:37 +0200 rename locales;
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
Fri, 16 May 2008 22:35:25 +0200 added a lemma about existence of contexts
urbanc [Fri, 16 May 2008 22:35:25 +0200] rev 26926
added a lemma about existence of contexts
Fri, 16 May 2008 21:56:13 +0200 * Method "cases", "induct", "coinduct": removed obsolete "(open)" option;
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";
Fri, 16 May 2008 21:53:30 +0200 removed obsolete option open;
wenzelm [Fri, 16 May 2008 21:53:30 +0200] rev 26924
removed obsolete option open; tuned comments;
(0) -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip