diff -r 35c836adf48f -r 190f89d8563c doc-src/Ref/defining.tex --- 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