nipkow [Tue, 22 Mar 1994 08:24:14 +0100] rev 288
Implemented "ordered rewriting": rules which merely permute variables, such
as commutativity, are only applied if the term becaomes lexicographically
smaller (according to some fixed ordering on the term structure).
lcp [Mon, 21 Mar 1994 11:41:41 +0100] rev 287
first draft of Springer book
lcp [Mon, 21 Mar 1994 11:02:57 +0100] rev 286
first draft of Springer book
lcp [Mon, 21 Mar 1994 10:51:28 +0100] rev 285
first draft of Springer book
lcp [Sat, 19 Mar 1994 03:01:25 +0100] rev 284
First draft of Springer book
lcp [Thu, 17 Mar 1994 17:48:37 +0100] rev 283
new type declaration syntax instead of numbers
lcp [Thu, 17 Mar 1994 13:54:50 +0100] rev 282
FOL/simpdata: tidied
FOL/simpdata/not_rews: moved the law "~(P|Q) <-> ~P & ~Q" from distrib_rews
FOL/simpdata/cla_rews: added the law "~(P&Q) <-> ~P | ~Q"
lcp [Thu, 17 Mar 1994 13:07:48 +0100] rev 281
CTT/ex/elim.ML: in the two proofs of Axiom of Choice, changed X-->Y to PROD
h:X.Y to fix the variable name h:X.
lcp [Thu, 17 Mar 1994 12:56:44 +0100] rev 280
CCL/ccl.ML/po_refl_iff_T: deleted reference to make_iff_T
CCL/ccl.ML/CCL_ss: now includes po_refl RS P_iff_T
lcp [Thu, 17 Mar 1994 12:36:58 +0100] rev 279
Improved layout for inductive defs
clasohm [Thu, 17 Mar 1994 11:24:31 +0100] rev 278
adapted type definition to new syntax
wenzelm [Fri, 04 Mar 1994 12:14:21 +0100] rev 277
fixed misfeature in Sign.extend: types of consts were read wrt. the new syntax;
lcp [Thu, 03 Mar 1994 17:43:14 +0100] rev 276
changed "x" to "uu" for implicit name of the
dependent type variable
nipkow [Tue, 01 Mar 1994 17:21:47 +0100] rev 275
update towards LNCS
nipkow [Tue, 01 Mar 1994 16:00:53 +0100] rev 274
deleted a comment
nipkow [Sat, 26 Feb 1994 16:27:45 +0100] rev 273
*** empty log message ***
wenzelm [Mon, 21 Feb 1994 14:50:48 +0100] rev 272
improved explode_tr;
nipkow [Wed, 16 Feb 1994 15:17:15 +0100] rev 271
minor update because HOL-lemma changed
lcp [Wed, 16 Feb 1994 13:56:20 +0100] rev 270
tactic/make_elim_preserve: recoded to avoid using lift_inst_rule. Instead
instantiate changes the indices of V and W.
tactic/cut_inst_tac: new
clasohm [Wed, 16 Feb 1994 09:22:15 +0100] rev 269
moved 'unlink ".tmp.ML"' away from 'use ".tmp.ML"' to try to fix a bug with SML
lcp [Mon, 14 Feb 1994 17:59:25 +0100] rev 268
double_complement_Un: new
wenzelm [Wed, 09 Feb 1994 14:25:29 +0100] rev 267
*** empty log message ***
wenzelm [Tue, 08 Feb 1994 14:09:34 +0100] rev 266
improved eq_sg;
cosmetical change in print_sg;
wenzelm [Tue, 08 Feb 1994 14:08:38 +0100] rev 265
added eq_set;