eta_contract: no default;
authorwenzelm
Sat, 01 Jul 2000 19:56:46 +0200
changeset 9231 8812a07d52ee
parent 9230 17ae63f82ad8
child 9232 96722b04f2ae
eta_contract: no default;
doc-src/Ref/introduction.tex
--- a/doc-src/Ref/introduction.tex	Sat Jul 01 19:55:22 2000 +0200
+++ b/doc-src/Ref/introduction.tex	Sat Jul 01 19:56:46 2000 +0200
@@ -301,7 +301,7 @@
 
 \subsection{Eta-contraction before printing}
 \begin{ttbox} 
-eta_contract: bool ref \hfill{\bf initially false}
+eta_contract: bool ref
 \end{ttbox}
 The {\bf $\eta$-contraction law} asserts $(\lambda x.f(x))\equiv f$,
 provided $x$ is not free in ~$f$.  It asserts {\bf extensionality} of