wenzelm [Sat, 28 Feb 2009 16:39:46 +0100] rev 30168
removed Ids;
wenzelm [Sat, 28 Feb 2009 16:35:33 +0100] rev 30167
simultaneous use_thys;
wenzelm [Sat, 28 Feb 2009 16:31:10 +0100] rev 30166
replaced low-level 'no_syntax' by 'no_notation';
tuned header;
tuned proofs;
wenzelm [Sat, 28 Feb 2009 14:52:21 +0100] rev 30165
moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm [Sat, 28 Feb 2009 14:42:54 +0100] rev 30164
tuned message;
wenzelm [Sat, 28 Feb 2009 14:17:44 +0100] rev 30163
* New prover for coherent logic (see src/Tools/coherent.ML).
wenzelm [Sat, 28 Feb 2009 14:17:27 +0100] rev 30162
more CONTRIBUTORS;
fixed some dates;
wenzelm [Sat, 28 Feb 2009 14:09:58 +0100] rev 30161
removed Ids;
wenzelm [Sat, 28 Feb 2009 14:02:12 +0100] rev 30160
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm [Sat, 28 Feb 2009 13:54:47 +0100] rev 30159
some updates on ancient README;
huffman [Fri, 27 Feb 2009 19:05:46 -0800] rev 30158
fixrec package uses new-style syntax and local-theory interface
huffman [Fri, 27 Feb 2009 18:34:20 -0800] rev 30157
add function taken_names
huffman [Fri, 27 Feb 2009 15:39:35 -0800] rev 30156
merged
huffman [Fri, 27 Feb 2009 15:37:56 -0800] rev 30155
make list-style polynomial syntax work when show_sorts is on
wenzelm [Fri, 27 Feb 2009 20:00:54 +0100] rev 30154
more CONTRIBUTORS;
wenzelm [Fri, 27 Feb 2009 19:19:39 +0100] rev 30153
turned "read-only refs" typ_level and minimize_applies into constant values;
wenzelm [Fri, 27 Feb 2009 18:50:35 +0100] rev 30152
merged
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;