wenzelm [Tue, 03 Mar 2009 13:22:01 +0100] rev 30209
updated generated files;
wenzelm [Tue, 03 Mar 2009 12:12:38 +0100] rev 30208
ignore "source" option in antiquotations @{ML}, @{ML_type}, @{ML_struct} -- did not really make sense, without it users can enable source mode globally with less surprises;
Timothy Bourke [Tue, 03 Mar 2009 12:14:52 +1100] rev 30207
Implement Makarius's suggestion for improved type pattern parsing.
Timothy Bourke [Mon, 02 Mar 2009 18:11:39 +1100] rev 30206
find_consts: fold in preference to foldl; hide internal constants; remove redundant exception catch
wenzelm [Mon, 02 Mar 2009 20:31:27 +0100] rev 30205
adapted to lates experimental version;
PolyML.Compiler.CPPrintInAlphabeticalOrder false (redundant?);
wenzelm [Mon, 02 Mar 2009 20:29:43 +0100] rev 30204
removed Ids;
haftmann [Mon, 02 Mar 2009 18:50:41 +0100] rev 30203
merged
haftmann [Mon, 02 Mar 2009 16:58:39 +0100] rev 30202
reduced confusion code_funcgr vs. code_wellsorted
haftmann [Mon, 02 Mar 2009 16:58:39 +0100] rev 30201
better markup
nipkow [Mon, 02 Mar 2009 17:26:23 +0100] rev 30200
name fix
nipkow [Mon, 02 Mar 2009 16:54:13 +0100] rev 30199
merged
nipkow [Mon, 02 Mar 2009 16:53:55 +0100] rev 30198
name changes
chaieb [Mon, 02 Mar 2009 12:34:03 +0000] rev 30197
Automated merge with ssh://chaieb@atbroy100.informatik.tu-muenchen.de//home/isabelle-repository/repos/isabelle
chaieb [Mon, 02 Mar 2009 12:33:12 +0000] rev 30196
Moved a few theorems about monotonic sequences from Fundamental_Theorem_Algebra to SEQ.thy
wenzelm [Mon, 02 Mar 2009 10:55:54 +0100] rev 30195
fixed broken @{file} refs;
wenzelm [Mon, 02 Mar 2009 10:48:22 +0100] rev 30194
merged
haftmann [Mon, 02 Mar 2009 08:26:03 +0100] rev 30193
using plain ISABELLE_PROCESS
haftmann [Mon, 02 Mar 2009 08:15:54 +0100] rev 30192
merged
haftmann [Mon, 02 Mar 2009 08:15:32 +0100] rev 30191
ignore ISABELLE_LINE_EDITOR for code generation
wenzelm [Sun, 01 Mar 2009 23:36:12 +0100] rev 30190
use long names for old-style fold combinators;
wenzelm [Sun, 01 Mar 2009 16:48:06 +0100] rev 30189
discontinued experimental support for Alice -- too hard to maintain its many language incompatibilities, never really worked anyway;
wenzelm [Sun, 01 Mar 2009 16:22:37 +0100] rev 30188
avoid fragile parsing of end_timing result -- would have produced GC time on MosML, for example;
wenzelm [Sun, 01 Mar 2009 16:21:33 +0100] rev 30187
end_timing: generalized result -- message plus with explicit time values;
wenzelm [Sun, 01 Mar 2009 14:45:23 +0100] rev 30186
replaced archaic Display.pretty_fact by FindTheorems.pretty_thm, which observes the context properly (as did the former prt_fact already);
minor tuning according to Isabelle coding conventions;