doc-src/Ref/defining.tex
changeset 885 190f89d8563c
parent 883 92abd2ad9d08
child 911 55754d6d399c
--- a/doc-src/Ref/defining.tex	Fri Jan 27 12:42:03 1995 +0100
+++ b/doc-src/Ref/defining.tex	Fri Jan 27 13:29:44 1995 +0100
@@ -620,7 +620,7 @@
 A {\bf binder} is a variable-binding construct such as a quantifier.  The
 constant declaration
 \begin{ttbox}
-\(c\) :: "\(\sigma\)"   (binder "\(\Q\)" \(pb\) \(p\))
+\(c\) :: "\(\sigma\)"   (binder "\(\Q\)" [\(pb\)] \(p\))
 \end{ttbox}
 introduces a constant~$c$ of type~$\sigma$, which must have the form
 $(\tau@1 \To \tau@2) \To \tau@3$.  Its concrete syntax is $\Q~x.P$, where