grammar: use orthplus for record values

This commit is contained in:
regnat 2017-04-11 08:19:48 +02:00
parent 4505512191
commit fe2a116939

View File

@ -55,7 +55,7 @@ The grammar for types (\t/) is given in the \texttt{type-system} document.
<v> ::=
\c/
\alt \p/:\e/
\alt \{ \v/ = \e/; $\cdots{}$; \v/ = \e/; \}
\alt \{ \v/ = \e/; \} $\orthplus \cdots{} \orthplus$ \{ \v/ = \e/; \}
\alt Cons(\e/, \e/) \| nil
\end{grammar}
\end{document}