nipkow [Thu, 24 Mar 1994 15:23:02 +0100] rev 300
removed inconsistency with new HOL version
nipkow [Thu, 24 Mar 1994 13:45:06 +0100] rev 299
Franz fragen
nipkow [Thu, 24 Mar 1994 13:43:45 +0100] rev 298
structural induction for strict lists
nipkow [Thu, 24 Mar 1994 13:36:34 +0100] rev 297
Franz fragen
lcp [Thu, 24 Mar 1994 13:25:12 +0100] rev 296
revisions to first Springer draft
nipkow [Wed, 23 Mar 1994 16:56:44 +0100] rev 295
have broken line
lcp [Wed, 23 Mar 1994 15:21:41 +0100] rev 294
final CADE version
lcp [Wed, 23 Mar 1994 13:05:12 +0100] rev 293
first draft of Springer volume
lcp [Wed, 23 Mar 1994 11:32:21 +0100] rev 292
first draft of Springer volume
lcp [Wed, 23 Mar 1994 11:10:16 +0100] rev 291
first draft of Springer volume
clasohm [Tue, 22 Mar 1994 12:43:51 +0100] rev 290
changed "." to "$" and added parentheses to eliminate ambiguity
clasohm [Tue, 22 Mar 1994 12:42:56 +0100] rev 289
changed "." to "$" to eliminate ambiguity
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;
lcp [Fri, 04 Feb 1994 10:32:27 +0100] rev 264
correction to cut tactics
lcp [Thu, 03 Feb 1994 17:16:40 +0100] rev 263
no longer removes *.z
lcp [Thu, 03 Feb 1994 16:06:55 +0100] rev 262
now makes HOLCF
wenzelm [Thu, 03 Feb 1994 14:00:36 +0100] rev 261
added strs, big_list, writeln;
wenzelm [Thu, 03 Feb 1994 13:59:56 +0100] rev 260
added simple_string_of_typ, simple_pprint_typ;
various internal changes;
wenzelm [Thu, 03 Feb 1994 13:59:38 +0100] rev 259
added type 'syntax';
added syntax_consts (_K, _explode, _implode, ...);
wenzelm [Thu, 03 Feb 1994 13:59:00 +0100] rev 258
minor internal changes;
wenzelm [Thu, 03 Feb 1994 13:57:04 +0100] rev 257
syntax for type abbreviations;
wenzelm [Thu, 03 Feb 1994 13:56:44 +0100] rev 256
(this is a preliminary release)
type abbreviations;
wenzelm [Thu, 03 Feb 1994 13:56:15 +0100] rev 255
added if_none, parents, commas, gen_duplicates, duplicates, assoc2;
changed cat_lines: no final "\n";
wenzelm [Thu, 03 Feb 1994 13:55:42 +0100] rev 254
replaced pprint_sg by Sign.pprint_sg;
added Syntax.simple_pprint_typ;
wenzelm [Thu, 03 Feb 1994 13:55:20 +0100] rev 253
replaced eq_sg by Sign.eq_sg;
wenzelm [Thu, 03 Feb 1994 13:55:03 +0100] rev 252
removed eq_sg, pprint_sg, print_sg (now in sign.ML);
removed cterm_fun, read_ctyp (now in thm.ML);
print_theory: now shows all contents;
wenzelm [Thu, 03 Feb 1994 13:53:44 +0100] rev 251
major cleanup;
added eq_sig;
added print_sg (full contents), pprint_sg (stamps only);
added certify_typ, certify_term;
changed read_typ: result now certified;
wenzelm [Thu, 03 Feb 1994 13:53:08 +0100] rev 250
extend_theory: changed type of "abbrs" arg;
added cterm_fun, read_ctyp (from drule.ML);
ctyp_of, cterm_of, etc.: now use Sign.certify_...;
assumption: now uses Envir.is_empty;
bicompose_aux: fixed BUG (unifier with empty "asol" but non-empty "iTs"
wasn't applied);
fixed axioms_of;
clasohm [Wed, 02 Feb 1994 11:15:22 +0100] rev 249
made error message "file not found" more informative
nipkow [Wed, 26 Jan 1994 22:07:06 +0100] rev 248
case was renamed to sum_case
wenzelm [Mon, 24 Jan 1994 12:03:53 +0100] rev 247
added is_empty: env -> bool, minidx: env -> int option;
nipkow [Thu, 20 Jan 1994 13:35:40 +0100] rev 246
added HOLCF
nipkow [Thu, 20 Jan 1994 12:38:02 +0100] rev 245
removed square and fact
nipkow [Wed, 19 Jan 1994 17:40:26 +0100] rev 244
HOLCF examples
nipkow [Wed, 19 Jan 1994 17:35:01 +0100] rev 243
Franz Regensburger's Higher-Order Logic of Computable Functions embedding LCF
in HOL.
wenzelm [Wed, 19 Jan 1994 14:45:07 +0100] rev 242
commented out sig constraint of functor (for debugging purposes);
wenzelm [Wed, 19 Jan 1994 14:28:35 +0100] rev 241
changed SYNTAX_FILES;