paulson [Wed, 08 Aug 2007 13:59:46 +0200] rev 24182
Fixing the code to undo the function ascii_of
paulson [Wed, 08 Aug 2007 13:14:31 +0200] rev 24181
metis
wenzelm [Tue, 07 Aug 2007 23:24:10 +0200] rev 24180
tuned ML setup;
wenzelm [Tue, 07 Aug 2007 20:43:36 +0200] rev 24179
fixed imports from ../../Auth;
wenzelm [Tue, 07 Aug 2007 20:19:55 +0200] rev 24178
turned Unify flags into configuration options (global only);
wenzelm [Tue, 07 Aug 2007 20:19:54 +0200] rev 24177
usedir: added options -M -T for multithreading;
wenzelm [Tue, 07 Aug 2007 20:19:52 +0200] rev 24176
removed 'declare' from tactic emulations;
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