wenzelm [Sat, 24 May 2008 22:19:35 +0200] rev 26991
updated generated file;
wenzelm [Sat, 24 May 2008 22:04:57 +0200] rev 26990
added local_theory command wrappers;
wenzelm [Sat, 24 May 2008 22:04:55 +0200] rev 26989
uniform treatment of target, not as config;
wenzelm [Sat, 24 May 2008 22:04:52 +0200] rev 26988
more uniform treatment of OuterSyntax.local_theory commands;
wenzelm [Sat, 24 May 2008 22:04:48 +0200] rev 26987
updated generated file;
wenzelm [Sat, 24 May 2008 22:04:46 +0200] rev 26986
invisible comment;
wenzelm [Sat, 24 May 2008 22:04:44 +0200] rev 26985
function: uniform treatment of target, not as config;
wenzelm [Sat, 24 May 2008 20:12:18 +0200] rev 26984
added parse_document (optional unchecked header material);
parse: parse_document instead of parse_element;
wenzelm [Sat, 24 May 2008 20:12:17 +0200] rev 26983
exported master_directory;
wenzelm [Sat, 24 May 2008 20:12:16 +0200] rev 26982
present_excursion: setmp_thread_position during presentation;
wenzelm [Sat, 24 May 2008 20:05:21 +0200] rev 26981
use: explicit .ML;
wenzelm [Sat, 24 May 2008 14:47:43 +0200] rev 26980
ident: naive caching prevents potentially slow external invocations;
tuned comments;
tuned;
urbanc [Sat, 24 May 2008 02:19:09 +0200] rev 26979
fixed improper handling of return code (pdf and ps.gz formats)
wenzelm [Fri, 23 May 2008 21:20:26 +0200] rev 26978
add constants: set Markup.theory_nameN in tags;
wenzelm [Fri, 23 May 2008 21:18:47 +0200] rev 26977
added theory_nameN;
krauss [Fri, 23 May 2008 17:19:24 +0200] rev 26976
rearranged subsections
berghofe [Fri, 23 May 2008 16:41:39 +0200] rev 26975
Replaced Pretty.str and Pretty.string_of by specific functions (from Codegen) that
set print_mode and margin appropriately.
berghofe [Fri, 23 May 2008 16:37:57 +0200] rev 26974
Replaced Pretty.str and Pretty.string_of by specific functions that
set print_mode and margin appropriately.
haftmann [Fri, 23 May 2008 16:10:25 +0200] rev 26973
temporary adjustment
haftmann [Fri, 23 May 2008 16:05:13 +0200] rev 26972
tuned
haftmann [Fri, 23 May 2008 16:05:11 +0200] rev 26971
more permissive preprocessor
haftmann [Fri, 23 May 2008 16:05:07 +0200] rev 26970
explicit type schemes for functions
haftmann [Fri, 23 May 2008 16:05:04 +0200] rev 26969
moved case distinction over number of constructors for distinctness rules from DatatypeProp to DatatypeRepProofs
haftmann [Fri, 23 May 2008 16:05:02 +0200] rev 26968
added code for quantifiers
haftmann [Fri, 23 May 2008 16:04:59 +0200] rev 26967
simplified proof
urbanc [Thu, 22 May 2008 16:34:41 +0200] rev 26966
made the naming of the induction principles consistent: weak_induct is
induct and induct is strong_induct
gagern [Wed, 21 May 2008 22:04:58 +0200] rev 26965
use_file: added str_of_pos argument (ignored);
berghofe [Wed, 21 May 2008 14:04:41 +0200] rev 26964
Added entry explaining incompatibilities introduced by replacing sets by predicates.
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;
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;