Tue, 25 Oct 1994 13:16:49 +0100strip_quotes now exported;
wenzelm [Tue, 25 Oct 1994 13:16:49 +0100] rev 656
strip_quotes now exported;

Tue, 25 Oct 1994 13:15:34 +0100minor change of occs_const in dest_defn;
wenzelm [Tue, 25 Oct 1994 13:15:34 +0100] rev 655
minor change of occs_const in dest_defn;

Tue, 25 Oct 1994 13:13:52 +0100added require_thy;
wenzelm [Tue, 25 Oct 1994 13:13:52 +0100] rev 654
added require_thy;

Mon, 24 Oct 1994 10:34:28 +0100HOL,ZF/IMP/Com.thy: tightening precedences to eliminate syntactic ambiguities.
lcp [Mon, 24 Oct 1994 10:34:28 +0100] rev 653
HOL,ZF/IMP/Com.thy: tightening precedences to eliminate syntactic ambiguities.
constructor ";" now yields a low precedence; the reduction relations are
now more like infixes.

Fri, 21 Oct 1994 09:58:05 +0100ZF/intr_elim/elim_rls: now includes Pair_inject, since coinductive
lcp [Fri, 21 Oct 1994 09:58:05 +0100] rev 652
ZF/intr_elim/elim_rls: now includes Pair_inject, since coinductive
definitions may involve ordinary pairs. (HOL/intr_elim does not require
this change)

Fri, 21 Oct 1994 09:53:38 +0100Pure/Unify/IMPROVING "CLEANING" OF FLEX-FLEX PAIRS: Old code would refuse
lcp [Fri, 21 Oct 1994 09:53:38 +0100] rev 651
Pure/Unify/IMPROVING "CLEANING" OF FLEX-FLEX PAIRS: Old code would refuse
to simplfy %x y.?a(x) =?= %x y.?b(f(?c(y), y)) because it found the flexible
path to y before the rigid path. New code simplifies this to
%x.?a(x) =?= %x.?d, eliminating ?a.

Pure/Unify/rigid_bound: preliminary check for rigid paths to the banned
bound variables

Pure/Unify/change_bnos: any occurrences of the banned bound variables must
now be flexible, causing abandonment of the "cleaning"

Fri, 21 Oct 1994 09:51:01 +0100LK/hardquant/37: deleted call to flexflex_tac: no longer needed
lcp [Fri, 21 Oct 1994 09:51:01 +0100] rev 650
LK/hardquant/37: deleted call to flexflex_tac: no longer needed

Fri, 21 Oct 1994 09:47:02 +0100LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.
lcp [Fri, 21 Oct 1994 09:47:02 +0100] rev 649
LCF/LCF.thy: the constant VOID had mixfix syntax "()" !! Added quotes.

Fri, 21 Oct 1994 09:35:24 +0100FOLP/IFOLP.thy: tightening precedences to eliminate syntactic ambiguities.
lcp [Fri, 21 Oct 1994 09:35:24 +0100] rev 648
FOLP/IFOLP.thy: tightening precedences to eliminate syntactic ambiguities.
Now proof objects have high precedences. Eliminates ambiguity in a=b:P
being parsed as (a=b):P.

Wed, 19 Oct 1994 09:54:38 +0100ZF/Fixedpt/coinduct: modified proof to suppress deep unification
lcp [Wed, 19 Oct 1994 09:54:38 +0100] rev 647
ZF/Fixedpt/coinduct: modified proof to suppress deep unification