Sat, 28 Feb 2009 16:39:46 +0100 removed Ids;
wenzelm [Sat, 28 Feb 2009 16:39:46 +0100] rev 30168
removed Ids;
Sat, 28 Feb 2009 16:35:33 +0100 simultaneous use_thys;
wenzelm [Sat, 28 Feb 2009 16:35:33 +0100] rev 30167
simultaneous use_thys;
Sat, 28 Feb 2009 16:31:10 +0100 replaced low-level 'no_syntax' by 'no_notation';
wenzelm [Sat, 28 Feb 2009 16:31:10 +0100] rev 30166
replaced low-level 'no_syntax' by 'no_notation'; tuned header; tuned proofs;
Sat, 28 Feb 2009 14:52:21 +0100 moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
wenzelm [Sat, 28 Feb 2009 14:52:21 +0100] rev 30165
moved generic intuitionistic prover to src/Tools/intuitionistic.ML;
Sat, 28 Feb 2009 14:42:54 +0100 tuned message;
wenzelm [Sat, 28 Feb 2009 14:42:54 +0100] rev 30164
tuned message;
Sat, 28 Feb 2009 14:17:44 +0100 * New prover for coherent logic (see src/Tools/coherent.ML).
wenzelm [Sat, 28 Feb 2009 14:17:44 +0100] rev 30163
* New prover for coherent logic (see src/Tools/coherent.ML).
Sat, 28 Feb 2009 14:17:27 +0100 more CONTRIBUTORS;
wenzelm [Sat, 28 Feb 2009 14:17:27 +0100] rev 30162
more CONTRIBUTORS; fixed some dates;
Sat, 28 Feb 2009 14:09:58 +0100 removed Ids;
wenzelm [Sat, 28 Feb 2009 14:09:58 +0100] rev 30161
removed Ids;
Sat, 28 Feb 2009 14:02:12 +0100 moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
wenzelm [Sat, 28 Feb 2009 14:02:12 +0100] rev 30160
moved some generic tools to src/Tools/ -- src/Provers is essentially obsolete;
Sat, 28 Feb 2009 13:54:47 +0100 some updates on ancient README;
wenzelm [Sat, 28 Feb 2009 13:54:47 +0100] rev 30159
some updates on ancient README;
Fri, 27 Feb 2009 19:05:46 -0800 fixrec package uses new-style syntax and local-theory interface
huffman [Fri, 27 Feb 2009 19:05:46 -0800] rev 30158
fixrec package uses new-style syntax and local-theory interface
Fri, 27 Feb 2009 18:34:20 -0800 add function taken_names
huffman [Fri, 27 Feb 2009 18:34:20 -0800] rev 30157
add function taken_names
Fri, 27 Feb 2009 15:39:35 -0800 merged
huffman [Fri, 27 Feb 2009 15:39:35 -0800] rev 30156
merged
Fri, 27 Feb 2009 15:37:56 -0800 make list-style polynomial syntax work when show_sorts is on
huffman [Fri, 27 Feb 2009 15:37:56 -0800] rev 30155
make list-style polynomial syntax work when show_sorts is on
Fri, 27 Feb 2009 20:00:54 +0100 more CONTRIBUTORS;
wenzelm [Fri, 27 Feb 2009 20:00:54 +0100] rev 30154
more CONTRIBUTORS;
Fri, 27 Feb 2009 19:19:39 +0100 turned "read-only refs" typ_level and minimize_applies into constant values;
wenzelm [Fri, 27 Feb 2009 19:19:39 +0100] rev 30153
turned "read-only refs" typ_level and minimize_applies into constant values;
Fri, 27 Feb 2009 18:50:35 +0100 merged
wenzelm [Fri, 27 Feb 2009 18:50:35 +0100] rev 30152
merged
Thu, 26 Feb 2009 10:13:43 +0100 removed global ref dfg_format
immler@in.tum.de [Thu, 26 Feb 2009 10:13:43 +0100] rev 30151
removed global ref dfg_format
Wed, 25 Feb 2009 10:02:10 +0100 removed local ref const_needs_hBOOL;
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
Tue, 24 Feb 2009 18:06:36 +0100 removed local ref const_min_arity
immler@in.tum.de [Tue, 24 Feb 2009 18:06:36 +0100] rev 30149
removed local ref const_min_arity
Fri, 27 Feb 2009 18:03:47 +0100 eliminated private clones of List.partition;
wenzelm [Fri, 27 Feb 2009 18:03:47 +0100] rev 30148
eliminated private clones of List.partition;
Fri, 27 Feb 2009 16:54:49 +0100 observe some Isabelle/ML coding conventions;
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;
Fri, 27 Feb 2009 16:38:52 +0100 eliminated NJ's List.nth;
wenzelm [Fri, 27 Feb 2009 16:38:52 +0100] rev 30146
eliminated NJ's List.nth;
Fri, 27 Feb 2009 16:33:11 +0100 tuned CHANGED_GOAL: use Thm.cprem_of instead of selecting from Thm.prems_of;
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;
Fri, 27 Feb 2009 16:18:02 +0100 tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;
wenzelm [Fri, 27 Feb 2009 16:18:02 +0100] rev 30144
tuned/unified size_of_term and size_of_typ, eliminated obsolete foldl;
Fri, 27 Feb 2009 16:05:40 +0100 observe basic Isabelle/ML coding conventions;
wenzelm [Fri, 27 Feb 2009 16:05:40 +0100] rev 30143
observe basic Isabelle/ML coding conventions;
Fri, 27 Feb 2009 15:46:22 +0100 moved find_theorems.ML and find_consts.ML to Pure/Tools, collecting main implementation in one place each;
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;
Fri, 27 Feb 2009 12:28:28 +0100 added ML-Systems/polyml-experimental.ML;
wenzelm [Fri, 27 Feb 2009 12:28:28 +0100] rev 30141
added ML-Systems/polyml-experimental.ML; more systematic treatment of bootstrap files;
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -28 +28 +50 +100 +300 +1000 +3000 +10000 +30000 tip