wenzelm [Tue, 07 Aug 2007 20:19:51 +0200] rev 24175
theory loader: removed obsolete update_thy (coincides with use_thy);
tuned;
tuned comments;
wenzelm [Tue, 07 Aug 2007 20:19:50 +0200] rev 24174
theory loader: removed obsolete update_thy (coincides with use_thy);
wenzelm [Tue, 07 Aug 2007 20:19:49 +0200] rev 24173
theory loader: added use_thys, removed obsolete update_thy;
wenzelm [Tue, 07 Aug 2007 20:19:48 +0200] rev 24172
theory loader: added use_thys, removed obsolete update_thy;
various global ML references of Pure and HOL have been turned into configuration options;
krauss [Tue, 07 Aug 2007 17:01:35 +0200] rev 24171
Issue a warning, when "function" encounters variables occuring in function position,
as in "f (g x) = ..." where g is a variable.
krauss [Tue, 07 Aug 2007 15:20:24 +0200] rev 24170
more error handling
wenzelm [Tue, 07 Aug 2007 15:04:35 +0200] rev 24169
added more instances;
krauss [Tue, 07 Aug 2007 14:49:58 +0200] rev 24168
simplified internal interfaces; cong rules are now handled directly by "context_tree.ML"
haftmann [Tue, 07 Aug 2007 10:03:25 +0200] rev 24167
split off Option theory
haftmann [Tue, 07 Aug 2007 09:40:34 +0200] rev 24166
new nbe implementation
haftmann [Tue, 07 Aug 2007 09:38:48 +0200] rev 24165
more robust simproces
haftmann [Tue, 07 Aug 2007 09:38:47 +0200] rev 24164
tuned
haftmann [Tue, 07 Aug 2007 09:38:46 +0200] rev 24163
simplified proofs
haftmann [Tue, 07 Aug 2007 09:38:44 +0200] rev 24162
split off theory Option for benefit of code generator
haftmann [Tue, 07 Aug 2007 09:38:43 +0200] rev 24161
changed import order
wenzelm [Mon, 06 Aug 2007 19:59:07 +0200] rev 24160
added more instances;
wenzelm [Mon, 06 Aug 2007 19:58:59 +0200] rev 24159
ML-Systems/overloading_smlnj.ML;
wenzelm [Mon, 06 Aug 2007 19:35:43 +0200] rev 24158
Overloading in SML/NJ.
berghofe [Mon, 06 Aug 2007 16:08:01 +0200] rev 24157
Added renaming function to prevent correctness proof for realizer
of induction rule to fail because of name clashes between parameters
and predicate variables.
berghofe [Mon, 06 Aug 2007 16:05:25 +0200] rev 24156
No document for Pretty_Int theory.
haftmann [Mon, 06 Aug 2007 11:45:39 +0200] rev 24155
nbe improved
haftmann [Mon, 06 Aug 2007 11:45:19 +0200] rev 24154
removed
wenzelm [Fri, 03 Aug 2007 22:50:40 +0200] rev 24153
simultaneous use_thys;
wenzelm [Fri, 03 Aug 2007 22:35:40 +0200] rev 24152
reactivated Nominal/Examples/Class.thy;
wenzelm [Fri, 03 Aug 2007 22:33:10 +0200] rev 24151
replaced outdated flag by update_time (multithreading-safe presentation order);
wenzelm [Fri, 03 Aug 2007 22:33:09 +0200] rev 24150
sort indexes according to symbolic update_time (multithreading-safe);
wenzelm [Fri, 03 Aug 2007 22:33:07 +0200] rev 24149
use separate trace flag instead of Output.debug;
wenzelm [Fri, 03 Aug 2007 22:33:03 +0200] rev 24148
named some CRITICAL sections;
wenzelm [Fri, 03 Aug 2007 20:19:41 +0200] rev 24147
misc cleanup of ML bindings (for multihreading);
wenzelm [Fri, 03 Aug 2007 16:28:25 +0200] rev 24146
added int type constraint to accomodate hacked SML/NJ (backported change in generated metis.ML);