immler@in.tum.de [Thu, 26 Feb 2009 10:13:43 +0100] rev 30151
removed global ref dfg_format
immler@in.tum.de [Wed, 25 Feb 2009 10:02:10 +0100] rev 30150
removed local ref const_needs_hBOOL;
renamed some const_min_arity parameters to cma
immler@in.tum.de [Tue, 24 Feb 2009 18:06:36 +0100] rev 30149
removed local ref const_min_arity
wenzelm [Fri, 27 Feb 2009 18:03:47 +0100] rev 30148
eliminated private clones of List.partition;
wenzelm [Fri, 27 Feb 2009 16:54:49 +0100] rev 30147
observe some Isabelle/ML coding conventions;
avoid structure alias FT, which would complicate systematic searches unnecessarily;
wenzelm [Fri, 27 Feb 2009 16:38:52 +0100] rev 30146
eliminated NJ's List.nth;
wenzelm [Fri, 27 Feb 2009 16:33:11 +0100] rev 30145
tuned CHANGED_GOAL: use Thm.cprem_of instead of selecting from Thm.prems_of;
wenzelm [Fri, 27 Feb 2009 16:18:02 +0100] rev 30144
tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;
wenzelm [Fri, 27 Feb 2009 16:05:40 +0100] rev 30143
observe basic Isabelle/ML coding conventions;
wenzelm [Fri, 27 Feb 2009 15:46:22 +0100] rev 30142
moved find_theorems.ML and find_consts.ML to Pure/Tools, collecting main implementation in one place each;
wenzelm [Fri, 27 Feb 2009 12:28:28 +0100] rev 30141
added ML-Systems/polyml-experimental.ML;
more systematic treatment of bootstrap files;
wenzelm [Fri, 27 Feb 2009 11:46:03 +0100] rev 30140
tuned;
wenzelm [Fri, 27 Feb 2009 11:43:24 +0100] rev 30139
even less default memory for sunbroy2;
boehmes [Fri, 27 Feb 2009 09:56:18 +0100] rev 30138
merged
boehmes [Fri, 27 Feb 2009 08:12:38 +0100] rev 30137
merged
boehmes [Thu, 26 Feb 2009 18:00:08 +0100] rev 30136
Made then_conv and else_conv available as infix operations.