Thu, 10 Apr 2008 14:53:28 +0200 wenzelm ThyInfo.get_theory;
Thu, 10 Apr 2008 14:53:27 +0200 wenzelm export load_thy -- no backpatching;
Thu, 10 Apr 2008 14:53:26 +0200 wenzelm export subst_alias;
Thu, 10 Apr 2008 14:53:25 +0200 wenzelm load thy_info.ML after outer_syntax.ML -- avoids backpatching of load_thy;
Thu, 10 Apr 2008 14:53:24 +0200 wenzelm val theory = ThyInfo.get_theory;
Thu, 10 Apr 2008 13:44:43 +0200 wenzelm replaced Isar loop variants by generic toplevel_loop;
Thu, 10 Apr 2008 13:44:41 +0200 wenzelm replaced Isar loop variants by generic toplevel_loop;
Thu, 10 Apr 2008 13:24:22 +0200 wenzelm The global Isabelle/Isar state and main read-eval-print loop.
Thu, 10 Apr 2008 13:24:21 +0200 wenzelm replaced Isar.toplevel by Toplevel.program;
Thu, 10 Apr 2008 13:24:20 +0200 wenzelm moved global Toplevel state to structure Isar;
Thu, 10 Apr 2008 13:24:19 +0200 wenzelm made purely value-oriented, moved global state to structure Isar (cf. isar.ML);
Thu, 10 Apr 2008 13:24:17 +0200 wenzelm finish: removed unnecessary Isar.init;
Thu, 10 Apr 2008 13:24:15 +0200 wenzelm moved structure Isar to isar.ML;
Thu, 10 Apr 2008 13:24:13 +0200 wenzelm Context.set_thread_data: non-critical;
Thu, 10 Apr 2008 13:24:11 +0200 wenzelm added Isar/isar.ML;
Thu, 10 Apr 2008 00:46:40 +0200 haftmann improvements are strict
Thu, 10 Apr 2008 00:46:38 +0200 haftmann check validity of class target improvement
Wed, 09 Apr 2008 21:49:37 +0200 wenzelm print_consts only for external specifications;
Wed, 09 Apr 2008 21:49:36 +0200 wenzelm fundef_afterqed: removed unused config, added do_print flag;
Wed, 09 Apr 2008 21:49:35 +0200 wenzelm minimal error handling;
Wed, 09 Apr 2008 21:49:33 +0200 wenzelm replaced ML by ML_val;
Wed, 09 Apr 2008 20:47:17 +0200 wenzelm avoid control symbols in document (\<^fixed>);
Wed, 09 Apr 2008 20:46:44 +0200 wenzelm \usepackage[english]{babel} (required for guillemots);
Wed, 09 Apr 2008 17:46:17 +0200 haftmann renamed mbind to scomp
Wed, 09 Apr 2008 08:10:11 +0200 haftmann removed syntax from monad combinators; renamed mbind to scomp
Wed, 09 Apr 2008 08:10:09 +0200 haftmann rudimentary user-syntax for terms
Wed, 09 Apr 2008 05:44:14 +0200 huffman fix spelling
Wed, 09 Apr 2008 05:31:04 +0200 huffman fix spelling
Wed, 09 Apr 2008 05:30:14 +0200 huffman move lemmas from Word/BinBoolList.thy to List.thy
Tue, 08 Apr 2008 20:14:36 +0200 krauss fixed makefiles
Tue, 08 Apr 2008 20:09:54 +0200 krauss added missing file
Tue, 08 Apr 2008 19:17:34 +0200 wenzelm tuned;
Tue, 08 Apr 2008 18:30:40 +0200 krauss Generic conversion and tactic "atomize_elim" to convert elimination rules
Tue, 08 Apr 2008 15:47:15 +0200 wenzelm obsolete;
Tue, 08 Apr 2008 15:47:14 +0200 wenzelm removed isatool expandshort;
Tue, 08 Apr 2008 15:47:12 +0200 wenzelm removed obsolete AUTO_BASH feature;
Tue, 08 Apr 2008 15:47:10 +0200 wenzelm removed obsolete AUTO_PERL feature;
Tue, 08 Apr 2008 15:47:05 +0200 wenzelm support for YXML notation -- XML done right;
Tue, 08 Apr 2008 11:59:25 +0200 wenzelm support "YXML" mode for output transfer notation;
Tue, 08 Apr 2008 09:42:18 +0200 kleing removed abbrev for word_power. Was in the wrong direction and unused.
Mon, 07 Apr 2008 21:29:46 +0200 wenzelm prefer plain ASCII here;
Mon, 07 Apr 2008 21:25:22 +0200 wenzelm abs_conv: extra argument for bound variable;
Mon, 07 Apr 2008 21:25:21 +0200 wenzelm added swap_params;
Mon, 07 Apr 2008 21:25:20 +0200 wenzelm abs_conv: extra argument for bound variable;
Mon, 07 Apr 2008 21:25:18 +0200 wenzelm renamed iterated forall_conv to params_conv;
Mon, 07 Apr 2008 15:37:34 +0200 haftmann instantiation replacing primitive instance plus overloaded defs; more conservative type arities
Mon, 07 Apr 2008 15:37:33 +0200 haftmann instantiation replacing primitive instance plus overloaded defs
Mon, 07 Apr 2008 15:37:32 +0200 haftmann instantiation replacing primitive instance plus overloaded defs; realpow.simps now named power_real.simps
Mon, 07 Apr 2008 15:37:31 +0200 haftmann explicit definition for "/"
Mon, 07 Apr 2008 15:37:30 +0200 haftmann explicit dummy instantiation for div
Mon, 07 Apr 2008 15:37:27 +0200 paulson * Metis: the maximum number of clauses that can be produced from a theorem is now given by the attribute max_clauses. Theorems that exceed this number are ignored, with a warning printed.
Mon, 07 Apr 2008 15:37:04 +0200 paulson Superficial changes
Fri, 04 Apr 2008 13:40:27 +0200 haftmann tuned
Fri, 04 Apr 2008 13:40:26 +0200 haftmann syntactic classes for bit operations
Fri, 04 Apr 2008 13:40:25 +0200 haftmann renamed app2 to map2
Fri, 04 Apr 2008 13:40:24 +0200 haftmann more new primrec
Fri, 04 Apr 2008 13:40:23 +0200 haftmann prefix for equations in primrec specifications
Fri, 04 Apr 2008 13:40:21 +0200 haftmann postprocessing of equality
Thu, 03 Apr 2008 23:55:11 +0200 wenzelm parser: use plain explode, not Symbol.explode!
Thu, 03 Apr 2008 23:38:59 +0200 wenzelm removed obsolete add_axiomss(_i);
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip