NEWS
Wed, 16 Jan 2002 17:53:22 +0100 paulson Isar version of ZF/AC
Tue, 15 Jan 2002 18:51:20 +0100 wenzelm tuned;
Tue, 15 Jan 2002 00:08:11 +0100 wenzelm Isar: undeclared rule case names default to numbers 1, 2, 3, ...;
Mon, 14 Jan 2002 17:45:30 +0100 wenzelm * system: reduced base memory usage by Poly/ML (approx. 20 MB instead
Sun, 13 Jan 2002 21:12:43 +0100 wenzelm * HOL: symbolic syntax for x^2 (numeral 2);
Sun, 13 Jan 2002 19:45:17 +0100 wenzelm HOL-Real/Complex_Numbers;
Sat, 12 Jan 2002 16:55:53 +0100 wenzelm tuned;
Fri, 11 Jan 2002 18:49:25 +0100 wenzelm Isabelle2002 (January 2002);
Fri, 11 Jan 2002 00:27:40 +0100 wenzelm * Pure: localized 'lemmas', 'theorems', 'declare';
Wed, 09 Jan 2002 17:42:49 +0100 wenzelm * added \<euro> symbol;
Thu, 03 Jan 2002 17:50:53 +0100 wenzelm tuned;
Sat, 29 Dec 2001 18:34:42 +0100 wenzelm * ZF/IMP: updated and converted to new-style theory format;
Thu, 27 Dec 2001 16:43:56 +0100 wenzelm HOL/IMP and HOLCF/IMP updated and converted (Gerwin Klein);
Fri, 21 Dec 2001 23:16:17 +0100 wenzelm HOL/record: shared operations ("more", "fields", etc.) now need to be
Thu, 20 Dec 2001 16:53:51 +0100 nipkow *** empty log message ***
Thu, 20 Dec 2001 15:57:29 +0100 paulson ZF/Main
Tue, 18 Dec 2001 16:14:50 +0100 wenzelm * system: tested support for MacOS X;
Thu, 13 Dec 2001 16:48:34 +0100 nipkow *** empty log message ***
Tue, 11 Dec 2001 17:07:45 +0100 wenzelm tuned;
Tue, 11 Dec 2001 16:22:09 +0100 wenzelm isatools "symbolinput" and "nonascii" have disappeared;
Mon, 10 Dec 2001 20:57:44 +0100 wenzelm * HOL: bounded abstraction now uses syntax "%" / "\<lambda>" instead
Thu, 06 Dec 2001 00:45:04 +0100 wenzelm * Pure/obtain: "thesis" now internal (use ?thesis);
Wed, 05 Dec 2001 02:58:04 +0100 wenzelm * Pure/Provers/classical: simplified integration with pure rule
Sat, 01 Dec 2001 18:50:41 +0100 wenzelm * HOL: the class of all HOL types is now called "type" rather than
Wed, 28 Nov 2001 23:27:35 +0100 wenzelm * Isar/Pure: "sorry" no longer requires quick_and_dirty in interactive mode;
Sat, 24 Nov 2001 16:53:31 +0100 wenzelm tuned;
Tue, 20 Nov 2001 22:53:05 +0100 wenzelm * HOL/record: cases/induct for more parts;
Tue, 20 Nov 2001 10:48:38 +0100 paulson Hyperreal
Thu, 15 Nov 2001 18:34:58 +0100 wenzelm * ZF: new-style theory commands '(co)inductive', '(co)datatype',
Tue, 13 Nov 2001 22:25:59 +0100 wenzelm * ZF: new-style theory commands 'inductive', 'inductive_cases', and
Mon, 12 Nov 2001 23:25:25 +0100 wenzelm Isar: 'induct' proper support for mutual induction involving
Mon, 12 Nov 2001 12:38:40 +0100 paulson ZF/Induct,UNITY
Thu, 08 Nov 2001 23:52:56 +0100 wenzelm * Isar/Pure: emulation of instantiation tactics (rule_tac, cut_tac,
Tue, 06 Nov 2001 23:50:24 +0100 wenzelm * Isar/Pure: proper integration with ``locales''; unlike the original
Sat, 03 Nov 2001 18:40:21 +0100 wenzelm * 'domain' package adapted to new-style theories, e.g. see
Sat, 03 Nov 2001 01:33:33 +0100 wenzelm HOLCF: proper rep_datatype lift (see theory Lift); use plain induct_tac
Wed, 31 Oct 2001 01:27:04 +0100 wenzelm - 'induct' may now use elim-style induction rules without chaining
Tue, 30 Oct 2001 17:33:56 +0100 wenzelm - 'induct' method now derives symbolic cases from the *rulified* rule
Sat, 27 Oct 2001 23:15:52 +0200 wenzelm * Pure/axclass: removed obsolete ML interface goal_subclass/goal_arity;
Fri, 26 Oct 2001 23:58:21 +0200 wenzelm * Pure: method 'atomize' presents local goal premises as object-level
Thu, 25 Oct 2001 22:42:12 +0200 wenzelm * HOL/record:
Thu, 25 Oct 2001 22:41:07 +0200 wenzelm * Provers: 'simplified' attribute may refer to explicit rules instead
Thu, 25 Oct 2001 19:59:00 +0200 wenzelm tuned;
Thu, 25 Oct 2001 02:13:02 +0200 wenzelm * HOL/record:
Wed, 24 Oct 2001 17:37:58 +0200 wenzelm * clasimp: ``iff'' declarations now handle conditional rules as well;
Tue, 23 Oct 2001 19:12:37 +0200 wenzelm * Pure: removed obsolete 'exported' attribute;
Sun, 21 Oct 2001 19:44:25 +0200 wenzelm * proper spacing of consecutive markup elements, especially text
Sat, 20 Oct 2001 20:14:16 +0200 wenzelm * greatly simplified document preparation setup, including more
Wed, 17 Oct 2001 18:50:49 +0200 wenzelm tuned;
Tue, 16 Oct 2001 22:59:30 +0200 wenzelm tuned;
Tue, 16 Oct 2001 17:51:12 +0200 wenzelm * HOL: concrete setsum syntax "\<Sum>i:A. b" == "setsum (%i. b) A"
Tue, 16 Oct 2001 00:50:23 +0200 wenzelm tuned;
Tue, 16 Oct 2001 00:39:34 +0200 wenzelm improved induct;
Mon, 15 Oct 2001 21:04:46 +0200 kleing canonical 'cases'/'induct' rules for n-tuples (n=3..7)
Sat, 13 Oct 2001 21:45:23 +0200 wenzelm * HOL: 'typedef' now allows alternative names for Rep/Abs morphisms;
Sat, 13 Oct 2001 20:30:38 +0200 wenzelm * Pure: added 'corollary' command;
Thu, 11 Oct 2001 21:25:45 +0200 wenzelm * Isar/Pure: fixed 'token_translation' command;
Mon, 08 Oct 2001 14:30:28 +0200 wenzelm * added default LaTeX bindings for \<tturnstile> and \<TTurnstile>;
Fri, 05 Oct 2001 23:58:17 +0200 wenzelm *** empty log message ***
Fri, 05 Oct 2001 21:50:37 +0200 wenzelm *** empty log message ***
less more (0) -300 -100 -60 tip