Thu, 30 Jul 1998 15:54:03 +0200 Deleted obsolete comments.
berghofe [Thu, 30 Jul 1998 15:54:03 +0200] rev 5215
Deleted obsolete comments.
Thu, 30 Jul 1998 15:52:33 +0200 Adapted to new datatype package.
berghofe [Thu, 30 Jul 1998 15:52:33 +0200] rev 5214
Adapted to new datatype package.
Thu, 30 Jul 1998 15:49:18 +0200 Script that adapts theories and proof scripts to new datatype package.
berghofe [Thu, 30 Jul 1998 15:49:18 +0200] rev 5213
Script that adapts theories and proof scripts to new datatype package.
Thu, 30 Jul 1998 15:24:59 +0200 make_defs not marked as internal;
wenzelm [Thu, 30 Jul 1998 15:24:59 +0200] rev 5212
make_defs not marked as internal;
Wed, 29 Jul 1998 15:38:08 +0200 late setup of Pure and CPure;
wenzelm [Wed, 29 Jul 1998 15:38:08 +0200] rev 5211
late setup of Pure and CPure;
Tue, 28 Jul 1998 17:05:34 +0200 removed global_names flag;
wenzelm [Tue, 28 Jul 1998 17:05:34 +0200] rev 5210
removed global_names flag;
Tue, 28 Jul 1998 17:03:12 +0200 theory_of renamed to theory (and made public);
wenzelm [Tue, 28 Jul 1998 17:03:12 +0200] rev 5209
theory_of renamed to theory (and made public);
Tue, 28 Jul 1998 17:02:41 +0200 added Real structure (taken from SML/NJ basis lib);
wenzelm [Tue, 28 Jul 1998 17:02:41 +0200] rev 5208
added Real structure (taken from SML/NJ basis lib);
Tue, 28 Jul 1998 16:59:15 +0200 tuned;
wenzelm [Tue, 28 Jul 1998 16:59:15 +0200] rev 5207
tuned;
Tue, 28 Jul 1998 16:36:32 +0200 Tidied
paulson [Tue, 28 Jul 1998 16:36:32 +0200] rev 5206
Tidied
Tue, 28 Jul 1998 16:33:43 +0200 Changed "goal" to "Goal"
paulson [Tue, 28 Jul 1998 16:33:43 +0200] rev 5205
Changed "goal" to "Goal"
Tue, 28 Jul 1998 16:30:56 +0200 Updated examples
paulson [Tue, 28 Jul 1998 16:30:56 +0200] rev 5204
Updated examples
Mon, 27 Jul 1998 17:38:55 +0200 A little quantifier duplication for IFOL
paulson [Mon, 27 Jul 1998 17:38:55 +0200] rev 5203
A little quantifier duplication for IFOL
Mon, 27 Jul 1998 16:04:20 +0200 A few new lemmas by Mark Staples
paulson [Mon, 27 Jul 1998 16:04:20 +0200] rev 5202
A few new lemmas by Mark Staples
Mon, 27 Jul 1998 11:29:33 +0200 tuned;
wenzelm [Mon, 27 Jul 1998 11:29:33 +0200] rev 5201
tuned;
Mon, 27 Jul 1998 09:18:24 +0200 conversion bug in simpproc list_eq
nipkow [Mon, 27 Jul 1998 09:18:24 +0200] rev 5200
conversion bug in simpproc list_eq
Fri, 24 Jul 1998 17:55:57 +0200 added ex/MonoidGroups (record example);
wenzelm [Fri, 24 Jul 1998 17:55:57 +0200] rev 5199
added ex/MonoidGroups (record example); moved Bin and String examples to ex;
Fri, 24 Jul 1998 17:54:58 +0200 added type and update syntax;
wenzelm [Fri, 24 Jul 1998 17:54:58 +0200] rev 5198
added type and update syntax;
Fri, 24 Jul 1998 17:54:44 +0200 added more_update;
wenzelm [Fri, 24 Jul 1998 17:54:44 +0200] rev 5197
added more_update; added type and update syntax;
Fri, 24 Jul 1998 17:20:55 +0200 update -> fun_upd
nipkow [Fri, 24 Jul 1998 17:20:55 +0200] rev 5196
update -> fun_upd
Fri, 24 Jul 1998 17:18:15 +0200 Map.update -> map_upd, Unpdate.update -> fun_upd
nipkow [Fri, 24 Jul 1998 17:18:15 +0200] rev 5195
Map.update -> map_upd, Unpdate.update -> fun_upd Problem: macros get confused about two updates.
Fri, 24 Jul 1998 14:53:23 +0200 added internal;
wenzelm [Fri, 24 Jul 1998 14:53:23 +0200] rev 5194
added internal;
Fri, 24 Jul 1998 13:53:04 +0200 Adapted to new datatype package.
berghofe [Fri, 24 Jul 1998 13:53:04 +0200] rev 5193
Adapted to new datatype package.
Fri, 24 Jul 1998 13:44:27 +0200 Adapted to new datatype package.
berghofe [Fri, 24 Jul 1998 13:44:27 +0200] rev 5192
Adapted to new datatype package.
Fri, 24 Jul 1998 13:39:47 +0200 Renamed '$' to 'Scons' because of clashes with constants of the same
berghofe [Fri, 24 Jul 1998 13:39:47 +0200] rev 5191
Renamed '$' to 'Scons' because of clashes with constants of the same name in theories using datatypes.
Fri, 24 Jul 1998 13:36:49 +0200 Added functions addIffs and delIffs which operate on clasimpsets.
berghofe [Fri, 24 Jul 1998 13:36:49 +0200] rev 5190
Added functions addIffs and delIffs which operate on clasimpsets.
Fri, 24 Jul 1998 13:35:47 +0200 Added theorem distinct_lemma (needed for datatypes).
berghofe [Fri, 24 Jul 1998 13:35:47 +0200] rev 5189
Added theorem distinct_lemma (needed for datatypes).
Fri, 24 Jul 1998 13:34:59 +0200 Declaration of type 'nat' as a datatype (this allows usage of
berghofe [Fri, 24 Jul 1998 13:34:59 +0200] rev 5188
Declaration of type 'nat' as a datatype (this allows usage of exhaust_tac and induct_tac on type 'nat'). Moved some proofs using natE from NatDef.ML to Nat.ML.
Fri, 24 Jul 1998 13:30:28 +0200 Removed nat_case, nat_rec, and natE (now provided by datatype
berghofe [Fri, 24 Jul 1998 13:30:28 +0200] rev 5187
Removed nat_case, nat_rec, and natE (now provided by datatype package).
Fri, 24 Jul 1998 13:28:21 +0200 Removed ThyData setup.
berghofe [Fri, 24 Jul 1998 13:28:21 +0200] rev 5186
Removed ThyData setup.
Fri, 24 Jul 1998 13:27:23 +0200 Added theorem ex1_implies_ex.
berghofe [Fri, 24 Jul 1998 13:27:23 +0200] rev 5185
Added theorem ex1_implies_ex.
Fri, 24 Jul 1998 13:19:38 +0200 Adapted to new datatype package.
berghofe [Fri, 24 Jul 1998 13:19:38 +0200] rev 5184
Adapted to new datatype package.
Fri, 24 Jul 1998 13:03:20 +0200 Adapted to new datatype package.
berghofe [Fri, 24 Jul 1998 13:03:20 +0200] rev 5183
Adapted to new datatype package.
Fri, 24 Jul 1998 13:02:01 +0200 Removed old datatype package.
berghofe [Fri, 24 Jul 1998 13:02:01 +0200] rev 5182
Removed old datatype package.
Fri, 24 Jul 1998 13:00:36 +0200 New theory Datatype. Needed as an ancestor when defining datatypes.
berghofe [Fri, 24 Jul 1998 13:00:36 +0200] rev 5181
New theory Datatype. Needed as an ancestor when defining datatypes.
Fri, 24 Jul 1998 12:55:05 +0200 Added new function add_typedef_i_no_def which doesn't add
berghofe [Fri, 24 Jul 1998 12:55:05 +0200] rev 5180
Added new function add_typedef_i_no_def which doesn't add definition of representing set to theory.
Fri, 24 Jul 1998 12:53:04 +0200 Replaced Nat.thy by NatDef.thy because Nat.thy depends on
berghofe [Fri, 24 Jul 1998 12:53:04 +0200] rev 5179
Replaced Nat.thy by NatDef.thy because Nat.thy depends on inductive_package.
Fri, 24 Jul 1998 12:50:34 +0200 New primrec function definition package
berghofe [Fri, 24 Jul 1998 12:50:34 +0200] rev 5178
New primrec function definition package
Fri, 24 Jul 1998 12:50:06 +0200 New datatype definition package
berghofe [Fri, 24 Jul 1998 12:50:06 +0200] rev 5177
New datatype definition package
Fri, 24 Jul 1998 08:10:04 +0200 induct_tac -> exhaust_tac in 2 places.
nipkow [Fri, 24 Jul 1998 08:10:04 +0200] rev 5176
induct_tac -> exhaust_tac in 2 places.
Wed, 22 Jul 1998 17:59:49 +0200 moved long_names / cond_extern to name_space.ML;
wenzelm [Wed, 22 Jul 1998 17:59:49 +0200] rev 5175
moved long_names / cond_extern to name_space.ML;
Wed, 22 Jul 1998 11:33:32 +0200 tuned;
wenzelm [Wed, 22 Jul 1998 11:33:32 +0200] rev 5174
tuned;
Tue, 21 Jul 1998 17:57:07 +0200 tuned;
wenzelm [Tue, 21 Jul 1998 17:57:07 +0200] rev 5173
tuned;
Tue, 21 Jul 1998 17:30:13 +0200 fixed eps/ps find;
wenzelm [Tue, 21 Jul 1998 17:30:13 +0200] rev 5172
fixed eps/ps find;
Tue, 21 Jul 1998 16:43:38 +0200 fixed CVSROOT;
wenzelm [Tue, 21 Jul 1998 16:43:38 +0200] rev 5171
fixed CVSROOT;
Tue, 21 Jul 1998 16:41:12 +0200 fixed isabelle logo;
wenzelm [Tue, 21 Jul 1998 16:41:12 +0200] rev 5170
fixed isabelle logo;
Tue, 21 Jul 1998 16:38:25 +0200 library includes Isabelle version information;
wenzelm [Tue, 21 Jul 1998 16:38:25 +0200] rev 5169
library includes Isabelle version information;
Tue, 21 Jul 1998 12:12:52 +0200 isatool expandshort;
wenzelm [Tue, 21 Jul 1998 12:12:52 +0200] rev 5168
isatool expandshort;
Tue, 21 Jul 1998 08:54:09 +0200 fixed isabelle logo;
wenzelm [Tue, 21 Jul 1998 08:54:09 +0200] rev 5167
fixed isabelle logo;
Tue, 21 Jul 1998 08:53:24 +0200 SYNC;
wenzelm [Tue, 21 Jul 1998 08:53:24 +0200] rev 5166
SYNC;
Mon, 20 Jul 1998 19:06:39 +0200 added pdfsetup and isabelle logo;
wenzelm [Mon, 20 Jul 1998 19:06:39 +0200] rev 5165
added pdfsetup and isabelle logo;
Mon, 20 Jul 1998 19:06:14 +0200 SYNC;
wenzelm [Mon, 20 Jul 1998 19:06:14 +0200] rev 5164
SYNC;
Mon, 20 Jul 1998 16:19:49 +0200 Added acc_downwards
nipkow [Mon, 20 Jul 1998 16:19:49 +0200] rev 5163
Added acc_downwards
Mon, 20 Jul 1998 16:04:53 +0200 Added simproc list_eq.
nipkow [Mon, 20 Jul 1998 16:04:53 +0200] rev 5162
Added simproc list_eq.
Sat, 18 Jul 1998 12:41:09 +0200 Simplified last proof.
nipkow [Sat, 18 Jul 1998 12:41:09 +0200] rev 5161
Simplified last proof.
Fri, 17 Jul 1998 11:25:20 +0200 ZF: Main, Update
paulson [Fri, 17 Jul 1998 11:25:20 +0200] rev 5160
ZF: Main, Update
Fri, 17 Jul 1998 11:24:09 +0200 added case_tac to be like HOL
paulson [Fri, 17 Jul 1998 11:24:09 +0200] rev 5159
added case_tac to be like HOL
Fri, 17 Jul 1998 11:23:17 +0200 added Main and Update
paulson [Fri, 17 Jul 1998 11:23:17 +0200] rev 5158
added Main and Update
Fri, 17 Jul 1998 11:13:59 +0200 as in HOL
paulson [Fri, 17 Jul 1998 11:13:59 +0200] rev 5157
as in HOL
Fri, 17 Jul 1998 11:13:43 +0200 A stronger apply_0, and new thm domain_lam
paulson [Fri, 17 Jul 1998 11:13:43 +0200] rev 5156
A stronger apply_0, and new thm domain_lam
(0) -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip