AST translation rules no longer require constant head on LHS;
authorwenzelm
Sun, 16 Jul 2000 20:47:15 +0200
changeset 9350 d855d9d1add9
parent 9349 d43669fb423d
child 9351 5d53e3f35152
AST translation rules no longer require constant head on LHS;
doc-src/Ref/syntax.tex
--- a/doc-src/Ref/syntax.tex	Sun Jul 16 20:46:44 2000 +0200
+++ b/doc-src/Ref/syntax.tex	Sun Jul 16 20:47:15 2000 +0200
@@ -422,9 +422,6 @@
 \begin{itemize}
 \item Rules must be left linear: $l$ must not contain repeated variables.
 
-\item Rules must have constant heads, namely $l = \mtt"c\mtt"$ or $l =
-  (\mtt"c\mtt" ~ x@1 \ldots x@n)$.
-
 \item Every variable in~$r$ must also occur in~$l$.
 \end{itemize}