This commit is contained in:
Jip J. Dekker 2021-06-01 10:18:19 +10:00
parent 3294400a15
commit 70f10a2da1
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -104,7 +104,7 @@ and where expressions have \mzninline{par} type.
\alt "let" "{" <item>* "}" "in" <literal>
\alt "if" <exp> "then" <exp> "else" <exp> "endif"
\alt "[" <exp> "|" <gen-exp> "where" <exp> "]"
\lat <ident>"[" <literal> "]"
\alt <ident>"[" <literal> "]"
<item> ::= <param> [ "=" <exp> ]";"
\alt "tuple(" <type-inst> ["," <type-inst>]* "):" <ident> = "(" <exp> ["," <exp>]* ")";