Thu, 08 Aug 2002 23:42:49 +0200 Tactic.prove, Tactic.prove_standard;
wenzelm [Thu, 08 Aug 2002 23:42:49 +0200] rev 13479
Tactic.prove, Tactic.prove_standard;
Thu, 08 Aug 2002 23:42:10 +0200 * Pure: improved error reporting of simprocs;
wenzelm [Thu, 08 Aug 2002 23:42:10 +0200] rev 13478
* Pure: improved error reporting of simprocs; tuned;
Wed, 07 Aug 2002 20:11:07 +0200 tuned;
wenzelm [Wed, 07 Aug 2002 20:11:07 +0200] rev 13477
tuned;
Wed, 07 Aug 2002 20:05:43 +0200 mk_left_commute: proper instantiation avoids expensive unification;
wenzelm [Wed, 07 Aug 2002 20:05:43 +0200] rev 13476
mk_left_commute: proper instantiation avoids expensive unification;
Wed, 07 Aug 2002 20:03:38 +0200 tuned;
wenzelm [Wed, 07 Aug 2002 20:03:38 +0200] rev 13475
tuned;
Wed, 07 Aug 2002 20:03:17 +0200 Simplifier.simproc(_i);
wenzelm [Wed, 07 Aug 2002 20:03:17 +0200] rev 13474
Simplifier.simproc(_i);
Wed, 07 Aug 2002 18:32:50 +0200 Added time example at the end.
nipkow [Wed, 07 Aug 2002 18:32:50 +0200] rev 13473
Added time example at the end.
Wed, 07 Aug 2002 17:36:05 +0200 section on "Rule declarations and methods";
wenzelm [Wed, 07 Aug 2002 17:36:05 +0200] rev 13472
section on "Rule declarations and methods";
Wed, 07 Aug 2002 16:50:08 +0200 Removed (now unneeded) declaration of realizer for induction on datatype b.
berghofe [Wed, 07 Aug 2002 16:50:08 +0200] rev 13471
Removed (now unneeded) declaration of realizer for induction on datatype b.
Wed, 07 Aug 2002 16:49:25 +0200 Removed (now unneeded) declarations of realizers for induction on lists and letters.
berghofe [Wed, 07 Aug 2002 16:49:25 +0200] rev 13470
Removed (now unneeded) declarations of realizers for induction on lists and letters.
Wed, 07 Aug 2002 16:48:20 +0200 Added file Tools/datatype_realizer.ML
berghofe [Wed, 07 Aug 2002 16:48:20 +0200] rev 13469
Added file Tools/datatype_realizer.ML
Wed, 07 Aug 2002 16:47:36 +0200 Removed (now unneeded) declaration of realizers for induction on natural numbers.
berghofe [Wed, 07 Aug 2002 16:47:36 +0200] rev 13468
Removed (now unneeded) declaration of realizers for induction on natural numbers.
Wed, 07 Aug 2002 16:46:15 +0200 Module for defining realizers for induction and case analysis theorems
berghofe [Wed, 07 Aug 2002 16:46:15 +0200] rev 13467
Module for defining realizers for induction and case analysis theorems for datatypes.
Wed, 07 Aug 2002 16:44:47 +0200 Added calls to add_dt_realizers.
berghofe [Wed, 07 Aug 2002 16:44:47 +0200] rev 13466
Added calls to add_dt_realizers.
Wed, 07 Aug 2002 16:43:41 +0200 Exported function make_tnames.
berghofe [Wed, 07 Aug 2002 16:43:41 +0200] rev 13465
Exported function make_tnames.
Wed, 07 Aug 2002 05:54:44 +0200 Fixed two bugs
nipkow [Wed, 07 Aug 2002 05:54:44 +0200] rev 13464
Fixed two bugs
Tue, 06 Aug 2002 11:24:27 +0200 * Provers: Simplifier.simproc(_i) now provide sane interface for
wenzelm [Tue, 06 Aug 2002 11:24:27 +0200] rev 13463
* Provers: Simplifier.simproc(_i) now provide sane interface for setting up simprocs;
Tue, 06 Aug 2002 11:22:05 +0200 sane interface for simprocs;
wenzelm [Tue, 06 Aug 2002 11:22:05 +0200] rev 13462
sane interface for simprocs;
Tue, 06 Aug 2002 11:20:47 +0200 fixed intern_skolem: disallow internal names (why didn't anybody notice?!?);
wenzelm [Tue, 06 Aug 2002 11:20:47 +0200] rev 13461
fixed intern_skolem: disallow internal names (why didn't anybody notice?!?);
Tue, 06 Aug 2002 11:19:52 +0200 predefined locales "var" and "struct" (useful for sharing parameters);
wenzelm [Tue, 06 Aug 2002 11:19:52 +0200] rev 13460
predefined locales "var" and "struct" (useful for sharing parameters);
Tue, 06 Aug 2002 11:19:00 +0200 * Pure: predefined locales "var" and "struct" are useful for sharing
wenzelm [Tue, 06 Aug 2002 11:19:00 +0200] rev 13459
* Pure: predefined locales "var" and "struct" are useful for sharing parameters (as in CASL, for example); just specify something like ``var x + var y + struct M'' as import;
Mon, 05 Aug 2002 21:17:45 +0200 protect simplifier operation against spurious exceptions from simprocs;
wenzelm [Mon, 05 Aug 2002 21:17:45 +0200] rev 13458
protect simplifier operation against spurious exceptions from simprocs;
Mon, 05 Aug 2002 21:17:04 +0200 tuned;
wenzelm [Mon, 05 Aug 2002 21:17:04 +0200] rev 13457
tuned; subsection on simple meta-theory of structures;
Mon, 05 Aug 2002 21:16:36 +0200 special syntax for index "1" (plain numeral hidden by "1" symbol in HOL);
wenzelm [Mon, 05 Aug 2002 21:16:36 +0200] rev 13456
special syntax for index "1" (plain numeral hidden by "1" symbol in HOL);
Mon, 05 Aug 2002 14:35:33 +0200 Removed theory NatDef.
berghofe [Mon, 05 Aug 2002 14:35:33 +0200] rev 13455
Removed theory NatDef.
Mon, 05 Aug 2002 14:32:56 +0200 Replaced nat_ind_tac by induct_tac.
berghofe [Mon, 05 Aug 2002 14:32:56 +0200] rev 13454
Replaced nat_ind_tac by induct_tac.
Mon, 05 Aug 2002 14:30:06 +0200 Removed proof of Suc_le_D (already proved in Nat.thy).
berghofe [Mon, 05 Aug 2002 14:30:06 +0200] rev 13453
Removed proof of Suc_le_D (already proved in Nat.thy).
Mon, 05 Aug 2002 14:29:20 +0200 Removed reference to theory NatDef.
berghofe [Mon, 05 Aug 2002 14:29:20 +0200] rev 13452
Removed reference to theory NatDef.
Mon, 05 Aug 2002 14:28:31 +0200 Removed reference to simpset of NatDef.thy
berghofe [Mon, 05 Aug 2002 14:28:31 +0200] rev 13451
Removed reference to simpset of NatDef.thy
Mon, 05 Aug 2002 14:27:55 +0200 Legacy ML bindings.
berghofe [Mon, 05 Aug 2002 14:27:55 +0200] rev 13450
Legacy ML bindings.
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip